Qt 6.11 is out! See what's new in the release
blog
QT Creator: navigate to file path/line number by external tool
-
Is there a way to tell QT Creator to navigate to file path/line number provided by external tool?
I'm using QT Creator v6.0.1Thanks in advance,
Yes, you can use the command line for this, e.g.
qtcreator C:\somefile.cpp:10:2opens the file at line 10, column 2. If you want to use existing instance add
-blockparam. -
Yes, you can use the command line for this, e.g.
qtcreator C:\somefile.cpp:10:2opens the file at line 10, column 2. If you want to use existing instance add
-blockparam.@Chris-Kawa Awesome, thanks!
-
A alik_co has marked this topic as solved on