0% found this document useful (0 votes)
51 views2 pages

Eclipse Cheat Sheet

This document provides an eclipse cheat sheet with keyboard shortcuts for navigation, editing, and customizing shortcuts. It lists shortcuts for opening editors, saving, closing, deleting lines, autocompletion, searching, moving to brackets, and formatting code. The most important shortcut is Ctrl + Shift + L to display all defined shortcuts.

Uploaded by

api-26408493
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
51 views2 pages

Eclipse Cheat Sheet

This document provides an eclipse cheat sheet with keyboard shortcuts for navigation, editing, and customizing shortcuts. It lists shortcuts for opening editors, saving, closing, deleting lines, autocompletion, searching, moving to brackets, and formatting code. The most important shortcut is Ctrl + Shift + L to display all defined shortcuts.

Uploaded by

api-26408493
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2

Eclipse cheat sheet

Version 0.1 (2009-01-02)

Remenber that you can add your own shortcuts keys.


Just open the Windows->Preferences->General->Keys page and customize them.

The queen of all shortcut keys :


Ctrl + Shift + L Display the list of the currently defined shortcut keys.

Quick cheat sheet


Ctrl + n Open the New item wizard.
Ctrl + s Save the current contents.
Ctrl + w Close the active editor
Ctrl + d Delete the current line.
Ctrl + space Autocompletion.

Navigate
Ctrl + e Display a list of all open editors.
Ctrl + f Open the "Find and replace text" dialog box.
Ctrl + h Open the "Search" dialog box.
Ctrl + j Incremental search.
Ctrl + Shift + p Moves the cursor to the matching bracket
Ctrl + k Find the next item.
Ctrl + Shift + r Open an editor on a particular resource.
Ctrl + o Show the quick outline for the editor input.

Edition

Ctrl + d Delete the current line.

Ctrl + space
Autocompletion.

Ctrl + s
Save the current contents.

Ctrl + w Close the active editor


Ctrl + Shift + /
Enclose the selection with a block comment.

Ctrl + i
Format active elements.

You might also like