Pages

Tuesday, July 17, 2012

Eclipse shortcut keys

Ctrl + D - Delete Row

Alt + Up/Down Arrow - Move the row up/down

Alt + Left/Right Arrow - Switch b/w files you last edited

Ctrl + Shift + O - All the required imports will be done,Unused imports will vanish

Ctrl + 1 - while implementing an interface we'll get error,because inherited methods not  yet implemented.This key acts as quick fix.

Ctrl + Shift + T - Open Type.Search the classes


Ctrl + E - Shows list of all open editors

Ctrl + F6 - Shows list of open editors

Ctrl + F7 - Move b/w views.For example move to Package Explorer/Servers/Editor by  holding Ctrl Key and pressing F7 key

Ctrl + F8 - Switch b/w perspectives,like Java/Java EE/Debug

Ctrl + F11 - Run the application

Ctrl + N - Open New Type Wizard.Select what you want to  create...jsp/xml/html...etc.

Ctrl + M - Maximize or Unmaximize the current tab

Ctrl + I - Corrects Indentation

Ctrl + Shift + F - Formatter (Window->Preferences->Java->Code style->Formatter)

Ctrl + J - Incremental search

Ctrl + Space - Context sensitive content completion suggestions while editing Java code.

Ctrl + Shift + L - Show list of currently defined shortcut Keys

No comments:

Post a Comment