1)
Ctrl + Shift + R for finding any resource files and
including config xml ,properties files
This is similar
to above Eclipse shortcut with only
difference that it can find out not only Java files but
any files including XML, configs, and many others, but this
eclipse shortcut only finds files from your workspace and doesn’t dig at
jar level.
2)Ctrl + Shift
+ T for finding class even from jar
This keyboard
shortcut in Eclipse is my most used and favorite shortcut. While working with a
high-speed trading system which has a complex code, I often need to find
classes with the just blink of the eye and this eclipse keyboard shortcut is
just made for that. No matter whether you have class in your application or
inside any JAR, this shortcut will find it.
3)Ctrl + o for
quick outline going quickly to method
Go directly to a member (method,
variable) of a huge class file, especially when a lot of methods are named
similarly: Ctrl + O.
4) Ctrl + L, enter line number ,go to line number N in the source file.
5) Ctrl + T .go to a supertype/subtype
6) Ctrl + E ,go to
other open editors
7) Debug,Run –Eclipse ShortCuts
1)
CTRL
. or , – Navigate to next or previous error.
2)
F5
– Step into.
3)
F6
– Step over.
4)
F8
– Resume
5)
CTRL
Q – Inspect.
6)
CTRL
F11 – Run last run program.
7)
CTRL
1 – Quick fix code.