Latest

All the resources in the Guide, starting with most recent.

Navigate Cursor Position Back and Forth

Tip

Navigate Cursor Position Back and Forth
Navigate back to where you were, or where you went quickly and easily.
Adding Fields to a Struct

Tip

Adding Fields to a Struct
Let your IDE add constructor arguments to your instance.
Completion for Testify Test Names

Tip

Completion for Testify Test Names
Let your IDE add constructor arguments to your instance.
Sync the IDE Theme with the OS Theme

Tip

Sync the IDE Theme with the OS Theme
Have your IDE theme synchronize with your OS one throughout the day.
Perform Simple Math in Search Everywhere

Tip

Perform Simple Math in Search Everywhere
Quickly perform simple math operations from the comfort of your IDE.
Run Individual Testify Test Suites

Tip

Run Individual Testify Test Suites
Run only the testify test suites or subtests that matter to you.
Rerun Testify Subtests

Tip

Rerun Testify Subtests
Rerun just the subtest you need from a testify suite.
Navigate to Failed Subtests

Tip

Navigate to Failed Subtests
Click on the specific failed test case in the results window to jump directly to it.
Live Template to Create Test Function

Tip

Live Template to Create Test Function
Write tests faster thanks to the builtin func Test live template.
Live Template to Write Benchmark Functions

Tip

Live Template to Write Benchmark Functions
Write benchmarks quicker thanks to the builtin bench live template.
Auto-Run Tests

Tip

Auto-Run Tests
Get into testing mode by telling GoLand to automatically re-run tests as you type.
Code Completion for Classnames and More in React Code

Tip

Code Completion for Classnames and More in React Code
Spend less time typing or explore the possibilities for various CSS class names in React aps.