Details
-
Suggestion
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 9.0.1
-
None
-
-
d2656c60e (10.0)
Description
I'm using the RunDebugUnderCursor keyboard shortcut a lot and I want to suggest an enhancement. I have assigned the ctrl+alt+home to debug the test and ctrl+alt+end to run the test under the cursor. Currently, I have to find a test definition and position the cursor into the auto test method name and after that when the method name is highlighted I can press the keyboard shortcut to debug or run a test.
Would be super helpful to invoke a test that is currently in the scope, the QtCreator already has this information because the all symbols dropdown above the editor tracks it.
The result after this change would be to get rid of finding and focusing on a test method name and a user could press the keyboard shortcut to run or debug the test right away.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-21279 AutoTest: Debug/Run under cursor without the need to stand on a literal
- Reported