How to navigate to a bookmark in eclipse 3.4.1?

落花浮王杯 提交于 2019-12-03 08:06:14

问题


I am able to set bookmarks in a source file, but are there shortcut keys to navigate to a bookmark ? The navigate menu has a goto line. But that is not useful.


回答1:


There is not a shortcut key but you can make appear a 'Bookmark view' which is located in Window > Show view > Other... and in the dialog inside the General classification, Then just double-click on the desired bookmark to reach it




回答2:


If you check the "Bookmark" item in the "Next Annotation"/"Previous Annotation" toolbar dropdown item, you can use Ctrl+, and Ctrl+. to navigate to previous/next bookmark in the current opened file.

from Tutorial




回答3:


You can navigate to bookmarks using a plugin like:

http://www.etc.to/eclipse_bookmarks_plugin




回答4:


I am using Quick Bookmarks Plugin which is very handy;

You can create named bookmarks using digits (e.g., 1 to 9):

Example:

Set bookmark #4 with [Alt+4]

Go to bookmark #4 with [Alt+Shift+4]

and so on.




回答5:


ctrl f2 will create a booksmark shift f2 will navigate through all bookmarks I using eclipse with build id: 20130919-0819

Hope it helps



来源:https://stackoverflow.com/questions/949440/how-to-navigate-to-a-bookmark-in-eclipse-3-4-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!