DEV Community

Murali Rajendran
Murali Rajendran

Posted on

Eclipse IDE SHORT CUTs

Ctrl+ D -->Delete entire row of the line.

Ctrl+ Space -->To create main method in java.

Ctrl+ Space --> Sysout-->create System.out.println("welcome");

Ctrl+ shift R-->Search the class in the entire folder/file.

Ctrl + Shift +F -->Align the code structure.

Top comments (0)