Thursday, June 25, 2015

Shortcut of RAD

Here's my list of shortcut when using RAD / Eclipse..
You can change it in the preferences.


#ShortcutsDescription
Searching / Auto-completion
1Ctrl+fSimple a find function
2Ctrl+kFind next
3Ctrl+Shift+kFind previous
4Ctrl+lGo to line x in the java file
5Ctrl+oList all methods in the java file
6F3Show source for a method or a class
7Ctrl+shift+rList of resource with your initial
8Ctrl+spaceContent assist
9Ctrl + /Single line comment by //
10Ctrl + Shift + /Multiple line comments by //
Debugging (in debug mode)
11Ctrl+bBuild All
12F6Step into
13F8Step over
Formatting / Save
14Ctrl+Shift+fCode formatting
15Ctrl+Shift+oOrganize Imports
16Ctrl+shift+sSave All