Sublime Forum

Support ctrl+p open file and goto line with brackets

#1

Could we get suport for ctrl+p to support opening files and going to lines in brackets

e.g. Visual studio, MSBuild, Catchcpp all output file+line like this in their logs
D:\something.cpp(23,46)
D:\somethingElse.cpp(92)

sometimes it is both line and character.

0 Likes

#2

You probably want to type D:\something.cpp:23:46?

0 Likes