← Back to Shortcut Collections
GoLand

GoLand

A smart IDE optimized for Go development, achieving efficient Go programming with fast code completion and refactoring

Comprehensive shortcuts that maximize Go development productivity with advanced features like code generation, templates, and smart completion

Shift+Shift
Search Everywhere
Opens a unified search for files, classes, symbols, actions, and more.
💡 Hint: Double Shift
🎯 Instantly search for anything including files, types, symbols, and actions
Ctrl+Shift+A
Find Action
Search and execute any available action.
💡 Hint: Action
🎯 Access all IDE features and operate even without memorizing shortcuts
Ctrl+E
Recent Files
Shows a list of recently opened files.
💡 Hint: Recent Edited
🎯 Quickly switch from list of recently edited files
Ctrl+D
Duplicate Line
Duplicates the current line or selection.
💡 Hint: Duplicate
🎯 Instantly duplicate current line to efficiently create similar code
Ctrl+W
Extend Selection
Extends the current selection syntactically.
💡 Hint: Widen
🎯 Gradually expand selection in meaningful units
Ctrl+Shift+W
Shrink Selection
Shrinks the current selection syntactically.
💡 Hint: Shrink + W
🎯 Gradually shrink selection in meaningful units
Ctrl+/
Comment/Uncomment Line
Comments or uncomments the current line or selection.
💡 Hint: / = comment
🎯 Instantly toggle code commenting on/off
Ctrl+S
Save All
Saves all modified files.
💡 Hint: Save
🎯 Save all changes at once to securely preserve work