Eclipse Tips & Tricks
Lakshmi P Shanmugam
lshanmug@in.ibm.com
Eclipse Platform Committer & Co-lead

IBM India
How to quickly find
something in the Eclipse IDE?
Quick Access
Ctrl+3
Overview
➡ Configuring your workspace
➡ Code navigation
➡ Coding
➡ Java 8 & beyond
➡ Search
➡ Debugging
➡ Spies
Configuring your
Workspace
➡ Give the workspace a name
➡ Import from existing installation
➡ Copy preferences from existing
workspace
➡ Working Sets
Workspace configuration
Code Navigation
Open Implementation
Ctrl + Hover
View Source
Shift + Hover
View Javadoc
Ctrl + Shift + Hover
Quick Outline
Ctrl + O
In-place Outline
Ctrl + F3
Quick Switch Editor
Ctrl + E
Coding
Coding
➡ Quick Assist
➡ Replace or Insert in content assist proposal
➡ Templates
➡ Type Filters
➡ Splitting the editor
➡ Autosave
Java 8 & Beyond
Java 8
➡ Convert anonymous class to lambda
& vice-versa
➡ Convert lambda to method reference
and vice-versa
Java 9 & newer
➡ Convert to Modular project
➡ Configure Module properties
Search
Search
➡ Find variables with read/write access
➡ Find methods with a specific return
type
➡ Filter results from the Search view
Debugging
Debugging
➡ Show return value from Step operation
➡ Trace point action
➡ Trigger point
➡ Run to line
➡ Debug Shell
➡ Launch Group
Spies
Plug-in Spy
Alt + Shift + F1
Plug-in Menu Spy
Alt + Shift + F2
Layout Spy
Ctrl + Alt + Shift + F9
How to find all the
eclipse shortcuts?
Show Active Keybindings
Ctrl + Shift + L
Where to find the
tips & tricks?
Help > Tips and Tricks
Thank You!
Questions?

Eclipse IDE Tips and Tricks - Lakshmi Priya Shanmugam