🔥 GoLand Popular Shortcuts
Master GoLand's powerful shortcuts to dramatically improve your Go development efficiency. Instantly access code completion, refactoring, and debugging features to stay focused on development without interrupting your flow.
TOP 1
Shift+Shift
Search Everywhere
Opens a unified search for files, classes, symbols, actions, and more.
🎯 Universal tool to instantly search for files, symbols, actions, and more
💡 Hint: Double Shift
TOP 2
Ctrl+Shift+A
Find Action
Search and execute any available action.
🎯 Access all IDE features, perfect when you don't remember shortcuts
💡 Hint: Action
TOP 3
Alt+Enter
Show Intention Actions
Shows available quick fixes and intention actions.
🎯 Quickly fix errors and warnings, instantly apply code improvements
💡 Hint: Alt + Enter = Fix
TOP 4
Ctrl+B
Go to Declaration
Navigates to the declaration of a symbol.
🎯 Jump to function or variable definitions instantly to better understand code
💡 Hint: Browse declaration
TOP 5
Ctrl+Alt+L
Reformat Code
Reformats code according to code style settings.
🎯 Auto-format according to Go standards (gofmt) to maintain readable code
💡 Hint: Layout
TOP 6
Shift+F6
Rename
Safely renames a symbol.
🎯 Safely rename symbols across the entire project for efficient refactoring
💡 Hint: F6 = Rename
TOP 7
Shift+F10
Run
Runs the current configuration.
🎯 Run Go programs with one touch to speed up development cycle
💡 Hint: Shift + F10 = Run
TOP 8
Ctrl+F8
Toggle Line Breakpoint
Sets or removes a breakpoint on the current line.
🎯 Quickly set debug points to efficiently identify bug causes
💡 Hint: F8 = Breakpoint