Sublime Forum

Open file from path found in another file

#1

I use ST for coding as well as viewing logs etc. Often when I’m reviewing a log for a failed compile the error includes a path to the problematic file in question. Is there a way to open that file directly? For example, highlight the path of the problem file in the log and via a keystroke ST will open that file in another tab?

Thanks!

0 Likes

#2

If you run the compilation within a build system you can make ST collect the errors, step through them or double-click on them.

0 Likes

#3

Alternatively, and/or in addition to using a build system, perhaps https://packagecontrol.io/packages/HyperClick will offer the functionality you are looking for

0 Likes