idea for mac 快捷键

一、Editing(编辑)

1、Command + N:生成代码(getter、setter、构造函数、hashCode/equals,toString)
2、Command + / 注释/取消注释与行注释
3、Command + Option + / 注释/取消注释与块注释
4、Control + Option + O 优化import
5、Command + D 复制当前行或选定的块
6、Command + Delete 删除当前行或选定的块的行
7、Command + Shift +X 或 Y大小写转换
8、Command + option+单击进入 impl 实现类
9、shift+command+u 大小写转换

二、Search/Replace(查询/替换

1、Double Shift 查询任何东西
2、Command + F 文件内查找
3、Command + R 文件内替换
4、Command + Shift + F 全局查找(根据路径)
5、Command + Shift + R 全局替换(根据路径)
6、Option+Command+单击进入实现类或方法

你可能感兴趣的:(idea for mac 快捷键)