Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Navigate to letter-Mnemonic Bookmark shortcut

What is the shortcut to navigate to a letter-Mnemonic Bookmark ?

Looking the Official Intellij Documentation , they just explains the shortcuts for the number-Mnemonic bookmarks.

PD: I would be nice to add Windows and Mac shortcuts.

like image 295
JoseF Avatar asked Oct 29 '14 15:10

JoseF


2 Answers

When you toggle your letter-mnemonic bookmark, you can then show the bookmarks pop-up using SHIFT+F11 and the type the letter of your bookmark you want to go to. After you type the letter it immediately opens editor at the corresponding bookmark.

Looking at the list of commands in Settings/Keymap I don't see a way to assign shortcut to specific letter-mnemonic bookmarks in the same way it works for number-mnemonic bookmarks, so this is probably the only way.

I verified that this solution works on both Windows and Linux version of IntelliJ 13. Hopefully it will work the same way on Mac version too.

like image 117
Bohuslav Burghardt Avatar answered Sep 30 '22 02:09

Bohuslav Burghardt


If your having an issue with Intellij's bookmarks F11 key not working on OSX, check your keyboard shortcuts for the Mac. I found F11 was enabled to show the desktop. The OS was intercepting the commands before Intellij, I disabled it under preferences -> keyboard -> shortcuts and now bookmarks work. Of course this goes for any set of function keys, not just book marks.

like image 25
Tom Parker Avatar answered Sep 30 '22 03:09

Tom Parker