Going to Bookmarks in Android Studio?

Using Go to next bookmark for the projects with lots of bookmarks maybe not useful so much.

My suggestion is using Shift+F11 to see the full list of bookmarks in summery and go directly to the one you need.

Also in addition to F11, using Ctrl+F11 can be a good choice to set a Mnemonic single address code for each bookmark and find them directly with Ctrl + NUMBER.

In mac systems, these 3 keys replace with F3 - Alt+F3 - Cmd+F3


On Mac and Android Studio 4 You can do the following

Setting A Book Mark

Right click on the line counter pane and set bookmark

enter image description here

Clear The Bookmark

Right click on the line counter pane and clear the bookmark

enter image description here

Navigate To Bookmarks

Go to Navigate -> Bookmarks -> Show Bookmarks

enter image description here

Navigate To Bookmarks (Another Way)

On the right side you will see a black horizontal line marker for the bookmark you can click on that to jump to the bookmark

enter image description here


There is no default shortcut to go to next bookmark. Though you can set one in Preferences.

To do that go to Preferences > Keymap then under Main menu > Navigate > Bookmarks you can set the desired keyboard shortcut for various action. (You can also search for bookmark keyword in the search bar of Preferences Window to navigate directly.)

Hope this helps!