Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 909 Bytes

eclipseShortcuts.md

File metadata and controls

32 lines (22 loc) · 909 Bytes

Eclipse shortcuts:

alt + arrow up/down = move line up/down alt + cmd + arrow up/down = duplicate line and stay with cursor either up or down alt + d: delete line

cmd + T: quick Type Hierarchy cmd + shift + g: find usage!!! cmd + shift + f: format code cmd + shift + o: organize imports ctrl + space = use templates (dise sind unter: Preferences → Java → Editor → Templates) cmd + shift + Y: switch to lower case CMD+SHIFT+X: switch to upper case

cmd + o: find a member field or method in a class cmd + t: go to implementation of method

alt + cmd + L: extract local variable! (WICHTIG: GESAMTEN AUSDRUCK MARKIEREN/SELECTEN)!!! sysout + ctrl + space: System.out.println()

Editor: (without plugin) cmd + e: switch open tab

(with activated plugin:) shift + cmd + p: pin tab ctrl + cmd + arrow left/right: switch to tab cmd + w: close tab (geht auch in idea!!! assign cmd+w to „close“!!!)