1、符號對應關係ide
⌃ control ⌥ option ⌘ command ⇧ shift
2、經常使用快捷鍵函數
1.control+shift+J 兩行整理成一行 2.command+shift+F12 隱藏和顯示側邊欄 3.option+enter 萬能提示 4.fn+delete 刪除後一個字符 5.command+F12 查看類 方法 成員變量 6.f1 查看類 成員變量 方法 的 文檔信息 7.command+B 進入方法、類 8.shift+F6 重命名 9.option+O/I 重寫方法/實現方法 10.option+F1 To quickly select the currently edited element(class, file, method or field) in any view (Project view, Structure view or other), press ⌥F1. 11.command+option+T (Code | Surround With) and choose try / catch. 12. control+shift+Space 提示方法參數 13.command+option+M 抽取方法 14.command + option + V 快速生成變量名 15.command + F9 idea 中從新編譯 16.command + option + L 格式化代碼佈局 17.command + J 查看各類方法縮寫 快捷鍵 18.alt+f7 能夠幫你找到你的函數或者變量或者類的全部引用到的地方 19.ctrl+option+O 去除多餘的import 20.ctrl+h 查看類的繼承樹(即Navigate選項卡,選擇裏面的Type Hierachy) 21.command+option+B 能夠查看一個類的subtype(s)。包括subclass(s) or implementation(s)