Wednesday, January 4, 2012

Eclipse shortcuts

Ctrl + d = delete line
Alt + up = current line up
Ctrl + Alt + Up = Copy current line
F3 = open declaration
Ctrl + shift + G = Find all references
Ctrl + 1 = Quick fix popup
Ctrl + i = fixes indent
Alt + shift + R = rename variable

Ctrl + shift + f = format code

"syso" & Ctrl + space = System.out.println("");
"main" & Ctrl + space = public static void main(String[] args){}

No comments:

Post a Comment