从eclipse到IDEA;从Windows到MAC 有些不习惯,记录一些日常使用的快捷键
1.格式化代码
command+alt+L
2.导包
alt+ enter
control + alt +O
3.自动生成该类型的对象
command+alt+V
4.复制一行
command+d
5.上下移动一行代码
shift+alt+上/下箭头
6.代码向上下移动
Shift+Command+上下键
6.生成foreach
iter
7.生成List的遍历
itli
8.生成get、set方法、构造函数
先写好参数变量,command + n
9.自动抛出异常/try catch
ctrl+alt+t
alt+enter
10.查找
command+f
11.查找类,在项目全路径下查找文件:
command+shift+f
12.搜索文件名:快速按两下shift
13.查找文本内容:command+shift+F
14.查看源码时的前进后退
command+option+左右箭头
15.弹出当前类的结构层,一般用于搜索某个方法:
command+fn+f12