Eclipse Shortcuts for Java Developer
Here, This post is provide you the some shortcuts of eclipse that will used by each java developer. Mostly Java developers use the eclipse IDE to write or debug the application code. I am writting this post for new comers who is see the future in java technology
Shortcuts
|
Descriptions
|
Ctrl + shift + R
|
Open file from Resource(In Workspace)
|
Ctrl + E
|
Open File editor for All open files in workspace
|
Ctrl + Pg Up or Ctrl + Pg Dn
|
Traverse from previous or next file within open files
|
Alt + <- or Alt + ->
|
Go to previous or next cursor(editing location) positions in workspace
|
Ctrl + space
|
Type Assist
|
Ctrl + Shift + F
|
Format code
|
Ctrl + F
|
Find or Replace
|
Ctrl + O
|
List of methods in class
|
Ctrl + Shift + O
|
Organize Imports
|
Ctrl + Shift + U
|
Find Reference in File
|
Ctrl + /
|
Comment a line
|
F3
|
Go to Declartion of Variable
|
F4
|
Shoe type hierarchy of an Class
|
Ctrl + T
|
Show Inheritance current tree of token
|
Shift + F2
|
Show java doc for current element
|
Alt + Shift + Z
|
Enclose in Try Catch Block
|
F12
|
Focus on current Editor
|
Ctrl + L
|
Go To Line Number
|
Ctrl + D
|
Delete Line
|
Ctrl + <- or Ctrl + ->
|
Move one element left or Right
|
Ctrl + M
|
Maximize Editor
|
Ctrl + Shilft + P
|
Go to matching parenthesis
|
Ctrl + . or Ctrl + ,
|
Navigate to Next or Previous Error
|
F5
|
Step into
|
F6
|
Step over
|
F8
|
Resume
|
Ctrl + Q
|
Inspect
|
Ctrl + F11
|
Run last run program
|
Ctrl + 1
|
Quick Fix Code
|
Ctrl + Shift + G
|
Search current cursor positioned word refernce in workspace
|
Ctrl + H
|
Java Seacrh in Workspace
|
Ctrl + Shift + /
|
Comment block of Code
|
Ctrl + Shift + \
|
Uncomment block of code
|
Ctrl + I
|
Intendation of selected code block
|
Type sysout then Ctrl + Space and Press Enterkey
|
Use for writing System.out.println();
|
This comment has been removed by the author.
ReplyDelete