goland快捷键和技巧

Ctrl+F12 File struture (type what you want to find in the popup menu)

Alt+F12 Terminal
Ctrl+E Recent Files
Ctrl+Shift+E Recent Location
Ctrl+F10 Run 'go build main.go'
Ctrl+Shift+N Navigate project files
Ctrl+Q Quick Documentation
Ctrl+L Implement method
Ctrl+B Navigation->implementation
Ctrl+Alt+Left(Right) cursor move to previous location or vice verse
Alt+F7 Find Usage
Shift+Esc Hide active window
Alt+Enter Show Intention Action
Shift+F6 Rename
Ctrl+Shift+Alt+T Refactor This
Shift+Direction Key Select Block
Ctrl+W Expand Selection
Ctrl+Shift+W Shirnk Selection
Ctrl+Alt+M Extract to Method
Ctrl+F6 Change Signature
Alt+1 Toggle Project Window
Ctrl+Space Auto completion(Hotkey issue)看是否被输入法侵占
Ctrl+Alt+S Setting window

 

Debug Shortcut
Ctrl+F8 Toggle Debug Break Point
F8 Step Over
F7 Step Into

 

Version Control System(git)
Ctrl+K Commit

posted @ 2021-11-04 10:05  daniel57  阅读(93)  评论(0编辑  收藏  举报