2023-02-22 05:52 AM
Does anyone have any tips on creating quick bookmarks in the left margin? On other editors I can use Ctrl+F2 to set several bookmarks within same file. Then use F2 within that particular source code file to find the nearest/next. Missing it in STM32CubeIDE.
Solved! Go to Solution.
2023-02-22 06:06 AM
Window-> Preferences->General->Keys
Select scheme "Microsoft Visual Studio" , this assigns ctrl/F2 to "Add Bookmark" and shift/F2 to "Next bookmark".
Or assign any other key.
2023-02-22 06:06 AM
Window-> Preferences->General->Keys
Select scheme "Microsoft Visual Studio" , this assigns ctrl/F2 to "Add Bookmark" and shift/F2 to "Next bookmark".
Or assign any other key.
2023-02-23 04:28 AM
Thanx. I kept "Default" and changed Bookmark and Next Bookmark to Ctrl+F12 and F12.