MAC下eclipse和IntelliJ IDEA开发工具常用的快捷方式

MAC开发工具的快捷方式;
eclipse:
1、本页搜索快捷键:ctrl+F  
2、全局搜索快捷键:ctrl+H
3、资源搜索快捷键:shift+command+R
4、注释本行:command+/
5、自动引入所需要得包:Ctril+Shift+O 
6、复制当前行到下一行:Command+Option+↓
7、向下移动当前行:Option+↓
8、快速修复:Command+1
9、删除当前行:Command+d
10、代码助手“智能提示”:Option+/
11、把当前选中的文本全部变为大写:Command + Shift + X
12、把当前选中的文本全部变为小写:Command + Shift + Y

IntelliJ IDEA:
1、本页搜索快捷键:command+F  
2、全局搜索快捷键:ctrl+shift+F
3、本页搜索替换快捷键:command+R
4、资源搜索快捷键:command+N
5、注释本行:command+/
6、注释多行:shift+command+/
7、格式化import列表ctrl+command+o,
      格式化代码ctrl+command+l。
8、自动补全末尾的字符:Ctrl+Shift+Enter
9、快速修复:command+shift+Enter
10、向下移动当前行:command+shift+↓
11、剪切删除行:command+X
12、可以复制多个文本:command+shift+V 
13、大小写转换:command+shift+U 
14、删除行:command+Y 
15、复制一行:command+D

猜你喜欢

转载自blog.csdn.net/tomy123456123456/article/details/81631006