Selenium - Eclipse (Kepler/Luna/Helios/Indigo) ShortCuts!!!!

8:28 PM 0 Comments

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[]) 




Unknown

This site creates a platform to become an expert by gaining knowledge of unknown real-time issues as well.

0 comments: