eclipse Keyboard Shortcut

Keyboard Shortcut Task
Ctrl + Space Content Assist (also Templates invoking)
Ctrl + Shift + Space Context Information/Show Parameter
Ctrl + C Copy the selection to the clipboard
Change the encoding to a custom encoding
Ctrl + X Cut the selection to the clipboard
Delete the selection
Ctrl + F Find and Replace
Ctrl + K Find next
Ctrl + Shift + K Find previous
Ctrl + J Incremental Find
Ctrl + Shift + J Incremental Find reverse
Change the encoding to ISO-8859-1
Ctrl + V Paste from the clipboard
Ctrl + 1 Quick Fix
Ctrl + Y Redo the last operation
Alt + Shift + ↓ Restore Last Selection
Revert to the state after the most recent save operation
Ctrl + A Select All
Alt + Shift + ↑ Expand selection to include enclosing element
Alt + Shift + → Expand selection to include next sibling
Alt + Shift + ← Expand selection to include previous sibling
Shift a block of text to the left
Shift a block of text to the right
F2 Show tooltip/javadoc description for the element at the cursor
Change the encoding to the system encoding
Ctrl + Z Undo the last operation
Change the encoding to US ASCII
Change the encoding to UTF-16BE
Change the encoding to UTF-16
Change the encoding to UTF-16LE
Change the encoding to UTF-8
Navigation Shortcuts

Keyboard Shortcut Task
Alt + ← Navigate back
Move backward in the editor navigation history
Alt + → Navigate forward
Move forward in the editor navigation history
Navigate into the selected item
Ctrl + Q Go to last edit location
Ctrl + L Go to Line
Ctrl + Shift + P Moves the cursor to the matching bracket
Ctrl + Shift + ↓ Go to Next Member
Go to next problem
Ctrl + Shift + ↑ Go to Previous Member
Go to Previous Problem
Go to Resource in the active view
Ctrl + . Navigate to the next item
Ctrl + Alt + H Open Call Hierarchy
F3 Open Declaration (Open an editor on the selected element)
Shift + F2 Open External Javadoc
Alt + F3 Opens an implementation of a method call on an interface
Ctrl + Alt + F3 Opens an interface declaration of a method call
Opens an editor on a particular resource
Ctrl + F3 Show the structure of the selected element
Open the Implementation in the Super Type
Ctrl + Shift + T Open a type in a Java editor
F4 Open a type hierarchy on the selected element
Ctrl + Shift + H Open a type in the type hierarchy view
Ctrl + , Navigate to the previous item
Show in Package Explorer
Ctrl + O Show Outline
Up (Navigate up one level)
File Shortcuts

Keyboard Shortcut Task
Ctrl + F4 Close the active editor
Ctrl + Shift + F4 Close all editors
Move the selected item
Ctrl + N Open the New item wizard
Ctrl + P Print
Alt + Enter Display the properties of the selected item
Refresh the selected item
Rename the selected item
Revert to the last saved state
Ctrl + S Save the current contents
Ctrl + Shift + S Save all current contents
Refactoring Shortcuts

Keyboard Shortcut Task
Alt + Shift + L Change Method Signature
Convert Anonymous Class to Nested
Convert Local Variable to Field
Convert Nested Type to Top Level
Encapsulate Field (Create getting and setting
methods)
Extracts a constant into a new static field
Extract a set of members into a new interface
Extracts an expression into a new local variable
Alt + Shift + M Extracts a set of statements or an expression into a new method
Alt + Shit + I Inline a constant, local variable or method
Alt + Shift + V Move – Refactoring
Pull Up (Move members to a superclass)
Push Down (Move members to subclasses)
Alt + Shit + Y Redo – Refactoring
Alt + Shift + R Rename – Refactoring
Alt + Shift + Z Undo – Refactoring
Use Supertype Where Possible (Re-route)
Run/Debug Shortcuts

Keyboard Shortcut Task
Ctrl + Shift + B Add/Remove Breakpoint
Add/Remove Method Breakpoint
Add/Remove Watchpoint
Add Java Exception Breakpoint
F11 Debug...
Debug Last Launched
Ctrl + D Display result of evaluating selected text
Ctrl + U Execute: evaluate selected text
Inspect result of evaluating selected text
F8 Resume
Run …
Ctrl + F11 Run Last Launched
Run Last Launched External Tool
Ctrl + R Run to Line
F5 Step Into
Ctrl + F5 Step Into Selection
F6 Step over
F7 Step Return
Shift + F5 Step with filters
Suspend
Terminate
Search Shortcuts

Keyboard Shortcut Task
Ctrl + G Declaration in Hierarchy
Declaration in Working Set
Declaration in Workspace
Ctrl + Shift + U File Search
Implementors in Working Set
Implementors in Workspace
Occurrences in File
Ctrl + H Open Search Dialog
Ctrl + Shift + G Read Access in Hierarchy
Read Access in Working Set
Read Access in Workspace
References in Hierarchy
References in Working Set
References in Workspace
Write Access in Hierarchy
Write Access in Working Set
Write Access in Workspace