Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Going to Bookmarks in Android Studio?

I know I can toggle (set and clear) bookmarks in Android Studio (I have 2.2.2) using F11. But is there any similarly simple way to just go to the next bookmark? The only way I've found to go to the next bookmark is buried in the navigation menu - Navigate > Bookmarks > Next Bookmark. Is there some way to assign a function key to that?

like image 710
user316117 Avatar asked Dec 23 '16 21:12

user316117


2 Answers

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!

like image 53
Ravi Prakash Verma Avatar answered Sep 28 '22 02:09

Ravi Prakash Verma


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

like image 31
Saghachi Avatar answered Sep 28 '22 02:09

Saghachi