Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Run Single Test
Run Single Test
Speed up testing by focusing on one test.
Rename Symbol
Rename Symbol
Change a variable name, class name, or other symbol, across the project.
Rename a File and its References
Rename a File and its References
Change your mind on a file name, and the IDE makes all the changes for you.
Reduce Clutter by Disabling Tools
Reduce Clutter by Disabling Tools
Save space by turning off various toolbars.
Quick Documentation
Quick Documentation
View arguments and documentation without interrupting your flow.
Put New Project Under Version Control
Put New Project Under Version Control
The fastest way to register a new project directory under local version control.
Optimize Imports
Optimize Imports
Automate the organizing and cleaning up of your Go imports with Optimize Imports.
Navigate to Symbol
Navigate to Symbol
Navigate your project by code, not files.
Move Block Up/Down Using Keyboard
Move Block Up/Down Using Keyboard
Use the keyboard to move a line or selection up or down in your file.
Install and Import
Install and Import
While typing a symbol, let GoLand install it and generate the import.
Generate Imports While Typing
Generate Imports While Typing
Avoid interruption by letting GoLand generate your imports as you type.
Evaluate Expression During Debugging
Evaluate Expression During Debugging
Select your code and execute it, in the right context.