您的位置:首页 > 其它

intelij cheatsheet (慢慢補充)

2014-12-07 10:31 176 查看
alt + f7: find usage.

ctl + N: find class ( ctrl + shift + N: find file name,   ctrl (command) + shift + alt + N: find all symbols includingmethods)

ctrl + B or ctrl + click: find declaration

ctrl + alt + B: find imp.

ctrl + f4: close current tab.

ctrl + alt + L : reformat code

ctrl + alt + O: organize imports

ctrl (command) + P: show parameter list of the method

ctrl (command) + /: comment block of code

ctrl + C and ctrl + X 自动选中本行

ctrl + alt + T: 选择各种简单模板

command (ctrl) + f12: pop up to show all methods of the file

ctrl + h:  find class hierarchy

图标示例: https://www.jetbrains.com/idea/help/symbols.html

TODO: intelij refactoring?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  intellij ide