快捷工具

idea:
還原 ctrl+z – >crtl + shift +z

自動生成get,set方法等 control + enter

代碼上移 command+shift+方向鍵

全文查找 command+shift+F

不同應用程序之間的切換 ⌘(command)+ tab(⇥)

自動管理包 ctrl+alt+o

進入源碼 command+↓

進入實現方法 command+b

大小寫切換 command+shift+U

方法提取 command+option+M

方法引用樹 ctrl+option+H

類引用樹 先在項目的文件樹中定位到你要查看的類的文件,然後右鍵"Find Usages"(ALT+F7)即可

git:
打印依賴樹
mvn dependency:tree -Dverbose > tree

idea:
常用總結
還原 ctrl+z – >crtl + shift +z
自動生成get,set方法等 control + enter
代碼上移 command+shift+方向鍵
全文查找 command+shift+F
不同應用程序之間的切換 ⌘(command)+ tab(⇥)
自動管理包 ctrl+alt+o
進入源碼 command+↓
進入實現方法 command+b
大小寫切換 command+shift+U
方法提取 command+option+M
方法引用樹 ctrl+option+H
類引用樹 先在項目的文件樹中定位到你要查看的類的文件,然後右鍵"Find Usages"(ALT+F7)即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章