Keybind for jumping to next/previous error in current source file Qt Creator
Unsolved
Qt Creator and other tools
-
wrote on 2 Feb 2025, 20:34 last edited by
I am wondering if there is a keybind for jumping to errors in the currently open source file. I looked for a bit through
Preferences->Environment->Keyboard
, but couldn't find anything of the like. -
Hi @vrabar,
Not sure if that's what you are looking for, but if you have the
Issues
tab open, you can go through the entries withF6
andShift+F6
. See https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html#output-view-shortcuts for more information.Regards
-
Hi @vrabar,
Not sure if that's what you are looking for, but if you have the
Issues
tab open, you can go through the entries withF6
andShift+F6
. See https://doc.qt.io/qtcreator/creator-keyboard-shortcuts.html#output-view-shortcuts for more information.Regards
3/3