Easy Tutorial
❮ Eclipse Web Browsers Eclipse Debugging Program ❯

Eclipse Bookmark Addition


About Bookmarks

In Eclipse, you can add a bookmark to any line in the editor. You can use bookmarks as reminders or to quickly navigate to a specific line in the file.

Adding a Bookmark

To set a bookmark, simply right-click on the vertical ruler and select "Add Bookmark".

Enter the bookmark name in the dialog that pops up.

A bookmark button will appear on the vertical ruler, and you can also view the list of bookmarks in the Bookmarks view.

Opening the Bookmarks View

To open the Bookmarks view:

Using the Bookmarks View

The Bookmarks view looks like this:

You can double-click a bookmark in the Bookmarks view or right-click it and select the "Go to" menu to quickly navigate to the bookmark's location.

Deleting Bookmarks

You can right-click on the vertical bookmark and select Remove Bookmark to delete it:

Or right-click the bookmark in the Bookmarks view and select the "Delete" menu item to remove it:

❮ Eclipse Web Browsers Eclipse Debugging Program ❯