0% found this document useful (0 votes)
33 views1 page

Eclip Short Key

The document lists 30 keyboard shortcuts for navigating, editing, and debugging code in the Eclipse IDE, including shortcuts for finding classes and files, organizing imports, toggling between supertypes and subtypes, formatting code, finding and replacing text, commenting code, and running Ant build files. Many of the shortcuts help with common tasks like navigating code, editing, searching, and debugging to improve efficiency when working in Eclipse.

Uploaded by

Suresh Kamble
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Eclip Short Key

The document lists 30 keyboard shortcuts for navigating, editing, and debugging code in the Eclipse IDE, including shortcuts for finding classes and files, organizing imports, toggling between supertypes and subtypes, formatting code, finding and replacing text, commenting code, and running Ant build files. Many of the shortcuts help with common tasks like navigating code, editing, searching, and debugging to improve efficiency when working in Eclipse.

Uploaded by

Suresh Kamble
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

win+D switch

There are numbers of shortcut keys are available


1) Ctrl + T for finding class even from jar
2)�Ctrl + R for finding any resource (file) including config xml files
3)�Ctrl + 1 for quick fix#4) Ctrl + Shift + o for organize imports
7) Ctrl + o for quick outline going quickly to method
9) Alt + right and Alt + left�for going back and forth while editing.
12) Alt + Shift + W for show in package explorer
13) Ctrl + Shift + Up and down for navigating from member to member (variables and
methods)
15) Ctrl + k and Ctrl + Shift +K for find next/previous
24) Go to a type declaration: F3, This Eclipse shortcut is very useful to see
function definition very quickly.
Eclipse Shortcut for Editing Code
These Eclipse shortcuts are very helpful for editing code in Eclipse.
5) Ctrl + /�for commenting, un commenting lines and blocks
6) Ctrl + Shift + / for commenting, un commenting lines with block comment
8) Selecting class and pressing F4 to see its Type hierarchy
10) Ctrl + F4 or Ctrl + w�for closing current file
11) Ctrl+Shirt+W�for closing all files.
14) Ctrl + l go to line
16) Select text and press Ctrl + Shift + F for formatting.
17) Ctrl + F for find, find/replace
18) Ctrl + D to delete a line
19) Ctrl + Q for going to last edited place
20) Ctrl + T for toggling between super type and subtype
alt+esc
21) Go to other open editors: Ctrl + E.
22) Move to one problem (i.e.: error, warning) to the next (or previous) in a file:
Ctrl +. For next, and Ctrl +, for previous problem
23) Hop back and forth through the files you have visited: Alt + ? and Alt + ?,
respectively.
25) CTRL+Shift+G, which searches the workspace for references to the selected
method or variable
26) Ctrl+Shift+L to view listing for all Eclipse keyboard shortcuts.
27) Alt + Shift + j�to add javadoc at any place in java source file.
28)�CTRL+SHIFT+P to find closing brace. Place the cursor at opening brace and use
this.
29) Alt+Shift+X, Q�to run Ant build file using keyboard shortcuts in Eclipse.
30) Ctrl + Shift +F�for Autoformating.
Display the shortcut menu.SHIFT+F10
Display Threads window and move cursor into it. CTRL+ALT+H
Display Watch window and move cursor into it. CTRL+ALT+W
End debugging session. SHIFT+F5

You might also like