For windows
操作
- crtl + Q 查看注釋
- 生成UML圖碟婆,點(diǎn)擊package / class ,Diagrams/Show Diagrams pop...
- 注釋 ctrl+/ , ctrl+shift +/
- 最近打開文件 ctrl+e
- 隱藏左側(cè)代碼樹 alt+1
- 快速定位錯(cuò)誤 F2 , shift+F2
- 高亮同一變量 ctrl+shift+F7
- 打開定義 ctrl+b
- 代碼結(jié)構(gòu) ctrl+F12
- 快速打開文件 ctrl+shift+N
- 快速打開類 ctrl+N
- 查看方法聲明 ctrl+p
- 生成塊代碼{},ctrl+alt+T
- 智能提示 ctrl+shift+space
- 重載 ctrl+O
- 跳到大括號(hào)的開頭結(jié)尾 ctrl+[或]
- 關(guān)閉文件 ctrl + F4
For mac
操作
- ?+p , 查看參數(shù)
- F4 竖共, jump to source
- ? + enter , show source
- ?+O override Method
- ?+?+T surround with
- ? + ? + O find file
- ? + O find class
- ? + ? + H method Hierarchy
- ?+?+H call Hierarchy
- ?+down , next method