Any Ctrl+F2 marker/bookmark in CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 5: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.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-22 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-23 4:28 AM
Thanx. I kept "Default" and changed Bookmark and Next Bookmark to Ctrl+F12 and F12.
