功能 | 快捷键 |
---|---|
批量导包 | command shft o |
复制光标所在行,向上/下粘贴 | command shft up/down |
删除所选的行 | command d |
所选行上下移动 | opt up/down |
切换到上下行代码空位 | shft Enter/ command shft Enter |
查看源码 | command 点击指定结构 |
搜索某个结构 | command shft t |
查看继承树 | command t |
格式化代码 | command shft f |
搜索指定的方法、结构 | command o |
批量修改类名、方法名、属性名 | command opt r |
选中结构的大小写切换 | command shft x/y |
调出生成get,set,构造器方法 | command opt s |
显式当前文件的属性 | opt Enter |
快速查找,快速定位下一个所选的结构 | 先选中再command k |
全屏当前页面 | ctrl m |