The detector
ConEmu has ability to highlight hyperlinks, files and compiler errors (file+line_number).
Just hover mouse with Ctrl pressed.
May be configured on Highlight settings page.
Example for git status output

Example for cl output

Compiler errors
Examples:
- macro.cpp(1820) : error C4716
- NewClass.ps1:35 …
- abc.py (3): …
Note! File will not be highlighted if ConEmu can’t find it in the shell’s current directory.
Action: File will be opened in the specified editor on the proper line if possible.
Files
File names or full paths produced from dir, ls, git status, git diff and so on.
NB File will not be highlighted if ConEmu can’t find them. It’s critical to configure shell’s current directory reporting properly.
Action:
- Will be opened in the specified external editor,
- or in the default program: ShellExecute.
Hyperlinks
Examples:
Action: will be opened in the default program: ShellExecute.


