GoLand
Configuration
Key mapping & behavior can be changed from Settings
| Keymap
.
Shortcuts
Key combination | Action |
---|---|
Ctrl Shift F10 | Runs the project |
Alt 5 | Opens/closes the Debug tool window |
Ctrl Space | Shows completion items |
Ctrl Space Space | Searches for methods |
Ctrl Shift Space | Shows only completion items that are applicable in the current context |
Alt Enter | Previews the warnings and applies a quick-fix |
Shift Shift | Opens the Search Everywhere dialog |
F2 | Moves to the first warning |
Ctrl Shift A | Opens Find Action |
Ctrl D | Duplicates 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 Enter | Expands all regions in the file |
Ctrl Alt T | Surrounds the selected code fragment with some template code |
Ctrl Shift Delete | Unwraps surrounding |
Shift F6 | Renames |
Ctrl Alt V | Extracts a variable |
Ctrl Alt Shift T | Refactors |
Ctrl + Shift + F | Finds in Files |
Ctrl + Q | Invokes the Quick Documentation action |
Ctrl + W | Extends the selection to the next code block |
Ctrl + Shift + W | Shrinks the selection |
Ctrl + / | Comments/uncomments out the line |
Ctrl + Shift + / | Comments/uncomments out a block of code |
Visual Studio Code (free & open source)
Internationalization
French keyboard
Update key mapping for comment action, from Ctrl
/
(Slash) to Ctrl
:
(Colon)