Skip to main content

GoLand

🌐 jetbrains.com/go

Configuration

Key mapping & behavior can be changed from Settings | Keymap.

Shortcuts

Key combinationAction
Ctrl Shift F10Runs the project
Alt 5Opens/closes the Debug tool window
Ctrl SpaceShows completion items
Ctrl Space SpaceSearches for methods
Ctrl Shift SpaceShows only completion items that are applicable in the current context
Alt EnterPreviews the warnings and applies a quick-fix
Shift ShiftOpens the Search Everywhere dialog
F2Moves to the first warning
Ctrl Shift AOpens Find Action
Ctrl DDuplicates current line or selected line(s)
Alt Shift Moves current line or selection down
Alt Shift Moves current line or selection up
Ctrl Shift -Collapses all regions in the file
Ctrl Shift EnterExpands all regions in the file
Ctrl Alt TSurrounds the selected code fragment with some template code
Ctrl Shift DeleteUnwraps surrounding
Shift F6Renames
Ctrl Alt VExtracts a variable
Ctrl Alt Shift TRefactors
Ctrl + Shift + FFinds in Files
Ctrl + QInvokes the Quick Documentation action
Ctrl + WExtends the selection to the next code block
Ctrl + Shift + WShrinks the selection
Ctrl + /Comments/uncomments out the line
Ctrl + Shift + /Comments/uncomments out a block of code

Visual Studio Code (free & open source)

code.visualstudio.com

Internationalization

French keyboard

Update key mapping for comment action, from Ctrl / (Slash) to Ctrl : (Colon)