IDEA快捷键整理(随时更新)

来源:互联网 发布:畅游无限浏览器 mac 编辑:程序博客网 时间:2024/04/27 19:55

alt+insert --> getter and setter


代码目录树直接输入字符 --> 在目录树搜索匹配文件


ctrl + alt + T --> try catch


ctrl + shift + space --> auto complemtion


ctrl + alt + B --> open implemetation


ctrl + w --> 逐层向外选中


ctrl + P --> 括号内参数补全


ctrl + shift + backspace --> 回退


ctrl + G --> 指定行


alt + Q --> see the declaration


ctrl + Q --> 方法提示


ctrl + alt + H --> open call hirteacy


ctrl + E -->  brings a popup list of the recently visited files


F2/Shift+F2  跳转到下/上一个语法错误之处


Ctrl+Alt+向上箭头/Ctrl+Alt+向下箭头 shortcuts to jump between compiler error messages or search operation results.


Alt+向上箭头/向下箭头  跳转到上/下一个方法开始处


Ctrl+Shift+J shortcut joins two lines into one and removes unnecessary space to match your code style


Ctrl+Shift+F 全局搜索。IDEA的全局搜索做的很棒


double shift  同样是全局搜索,但是搜索的是类名

0 0
原创粉丝点击