IntelliJ IDEA ShortCuts
Posted on
28/12/2019
IDEA
alt + enter
alt + f12 : terminal
f12: jump to active window
shift + f12: default layout
shift + cmd + f12 : full screan
cmd + f12: class structure popup
- ‘cmd + 7’: class structure(
alt + 7)
cmd + e: recent files(ctl + e)
shift + cmd + e : recent locations
cmd + numbers: project, vcs, etc
cmd + f2: show runing
shift + cmd + t: test relate
double shift: all
cmd + o : classes
shift + cmd + o: files
alt + cmd + o: symbols
shift + cmd + a: action,(shift + ctrl + a)
cmd + u : go to method super
cmd + b on type, go to declarction,(ctl + b)
alt + f7: find usage
alt + cmd + b: go to implemention(alt + ctl + b)
cmd ] : froward
cmd + [ :back
shift + cmd + enter, shift + ctl + enter