Hello all,

If any of you out there happen to be into software development, especially Java 
developer, please find below list of keystrokes that could prove to be useful 
in terms of quickly scanning a Java project within Eclipse IDE.

Get a list of keystrokes in eclipse
Ctrl+Shift+l

Organize imports (helps in adding import statements that are required for 
servlet):
Ctrl+Shift+o

List of problems in the build:
Window>Show View>Other...
In filter text field, type "problem"
Down arrow to select problems and enter key.
Shorter way is 
alt+shift+q. Then down arrow till Problems

List of servers:
Window>Show View>Servers

Start tomcat server:
Servers list. Then select server instance. To start,
alt+ctrl+r

Search and open file within a project
ctrl+shift+r

Switch between open files
ctrl+shift+e
Shorter way is 
Ctrl+F6 or Ctrl+Shift+F6 (works like Alt+Tab

View list of class members
ctrl+o

Expand code block
Ctrl+Numpad Plus

Collapse code block
Ctrl+Numpad Minus

Go to definition of a method 
F3

Get back to the place where you pressed F3
alt+left arrow

Jump to line
Ctrl+l

In xml file, switch between tree view and code editor view
Alt+Page up / Alt+Page down

Hope this helps,
With best regards,
Siddhant Chothe
Skype/Facebook/Twitter: sidnc86
Website: http://www.techvision.net.in

"I am the imperfect perfectionist perfectionizing the imperfect in me!"
Register at the dedicated AccessIndia list for discussing accessibility of 
mobile phones / Tabs on:
http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in


Search for old postings at:
http://www.mail-archive.com/[email protected]/

To unsubscribe send a message to
[email protected]
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in


Disclaimer:
1. Contents of the mails, factual, or otherwise, reflect the thinking of the 
person sending the mail and AI in no way relates itself to its veracity;

2. AI cannot be held liable for any commission/omission based on the mails sent 
through this mailing list..

Reply via email to