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

Sample Pdf1

This document lists various keyboard shortcuts for navigation, execution, debugging, and editing in Eclipse. Some examples include using F3 to go to a definition, Ctrl+Q to go to the last edit location, F5 to step into during debugging, and Ctrl+/ to comment out a line or block of code. It also includes shortcuts for running and debugging the last launched application, navigating searches and references, and formatting, commenting, renaming and extracting code.

Uploaded by

Arun Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

Sample Pdf1

This document lists various keyboard shortcuts for navigation, execution, debugging, and editing in Eclipse. Some examples include using F3 to go to a definition, Ctrl+Q to go to the last edit location, F5 to step into during debugging, and Ctrl+/ to comment out a line or block of code. It also includes shortcuts for running and debugging the last launched application, navigating searches and references, and formatting, commenting, renaming and extracting code.

Uploaded by

Arun Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Eclipse Shortcuts

navigation/search execution
shift + alt + x (wait then
go to definition F3 run test
press t)
goto last edit location ctrl + q debug resume F8
find references ctrl + shift + g debug step into F5
show in... shift + alt + w debug step over F6
move back/forward alt + left arrow / right arrow run last launched ctrl + F11
open type ctrl + shift + t debug last launched F11
remove all
goto resource (e.g. file) ctrl + shift + r alt + r + v
breakpoints
find next ctrl + k
find previous ctrl + shift + k other
find ctrl + f click lightbulb ctrl + 1
goto method ctrl + o
goto line... ctrl + l
open call hierarchy ctrl + alt + h
external javadoc shift + F2
switch editor ctrl + e
editing
inline shift + alt + i
extract method shift + alt + m
extract variable shift + alt + l
convert variable to
shift + alt + f
field
extract constant alt + t + a
save all ctrl + shift + s
introduce parameter alt + t + p
rename shift + alt + r
esc + ctrl f (win: shift + ctrl
format code
f)
comment line/block ctrl + /
redo ctrl + y
organise imports ctrl + shift + o
add import ctrl + shift + m
add comment ctrl + shift + j
autocomplete ctrl + space

You might also like