IntelliJ IDEA For Mac 快捷键——常用版

一、搜索

搜索文件  command+shift+n

打开方法实现类  command+option+b

全文搜索 ctrl+shift+f

(1)类和方法

查看类的继承结构 ctrl+h

查看方法的继承结构 ctrl+shift+h

查看类或方法的被调用 ctrl+alt+h

二、快速写代码

(1)代码生成

生成代码 ctrl+enter

删除代码整行  command+x

(2) 代码整理

优化导入的类和包 command + alt + o

格式化代码 ctrl + alt + l

三、外观

显示行号Editor->General->Appearence->Show Line Number

显示空格Editor->General->Appearence->Show Whitespaces

原文地址:https://www.cnblogs.com/yeahwell/p/5329060.html