Selenium - Eclipse (Kepler/Luna/Helios/Indigo) ShortCuts!!!!
1. Checking all the shortcuts in Eclipse - ctrl+shift+l
2. Indentation of Code:
3. Organizing imports
4. Goto Line -> ctrl+l
5. Execution of code -> ctrl+f11
6. Outline of the class -> ctrl+o
7. Open a resource -> ctrl+shift+R
8. Saving a File -> ctrl+s
9. Saving all Files -> ctrl+shift+S
10. Content Assist -> ctrl+space
Example :
sysoctrlspace-> System.out.println()
mainctrl+space -> public static void main(String args[])
2. Indentation of Code:
3. Organizing imports
4. Goto Line -> ctrl+l
5. Execution of code -> ctrl+f11
6. Outline of the class -> ctrl+o
7. Open a resource -> ctrl+shift+R
8. Saving a File -> ctrl+s
9. Saving all Files -> ctrl+shift+S
10. Content Assist -> ctrl+space
Example :
sysoctrlspace-> System.out.println()
mainctrl+space -> public static void main(String args[])
0 comments:
Post a Comment