IntelliJ快捷键

2017-05-19  本文已影响0人  水雨田

IntelliJ

导航

command + N
shit + alt + command + N
command + shift + N
command + E
ctrl + tab
shit + command + T

代码编辑

shit + command + up/down
command + D
command + X
command + Y
command + alt + enter
command + W

command + shit + W
command + shit + up/down
command + F
command + R
command + alt + F

万能的 Alt + Enter

运行

运行和调试

shit + control + F9 // Debug

shit + control + F10 // Run
command + F8

重构

alt + command + v  // variable
alt + command + c // constant
alt + command + f // field
alt + command + p // parameter
alt + command + m // method
alt + command + n // inline
shit + F6
shit + alt + command + T

代码

Command + O
Command + I

生成 constructor, getter, setter等方法。

ctrl + N

生成 if ... else, try ... catch

alt + command + T
command + J
command + /
ctrl + ? // ctrl + shit + ?

补全

command + shit + enter
"xxxx".log ===> console.log("xxxx");

其它

alt + command + L
alt + command + O
command + shit + A
shit (press 2 times)
command + L
上一篇下一篇

猜你喜欢

热点阅读