Latest

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

Cleanup Code Before Commit

Tip

Cleanup Code Before Commit
Remove all the redundant parenthesis and other unneeded code before commit.
Detect Unused Dependencies in go.mod Files

Tip

Detect Unused Dependencies in go.mod Files
Cleanup go.mod files and keep them lean
Search Text in Local History

Tip

Search Text in Local History
Find exactly what you are looking for, even if you removed it
Select the Builtin Terminal Shell

Tip

Select the Builtin Terminal Shell
Run multiple shells from the same UI with ease
Select the Builtin Terminal Cursor Shape

Tip

Select the Builtin Terminal Cursor Shape
Make the terminal your own, with the cursor shape you want
Run gofmt After the Builtin Formatter

Tip

Run gofmt After the Builtin Formatter
Ensure that your code is always formatted with gofmt.
Run actions on save

Tip

Run actions on save
Perform various tasks after you save the files you work on
Remove Empty Scratches Automatically

Tip

Remove Empty Scratches Automatically
Let the IDE handle the cleanup after testing your ideas
Create a Scratch File from Selection

Tip

Create a Scratch File from Selection
Create scratches faster and get the contents you want to test pre-populated.
Load go.mod Changes Manually

Tip

Load go.mod Changes Manually
Take control of when go.mod files are refreshed.
Configure Custom Namespaces Manually

Tip

Configure Custom Namespaces Manually
Use all the features you need even if the plugin cannot process the namespaces automatically
Convert Slice to Array Pointer

Tip

Convert Slice to Array Pointer
With Go 1.17, it is possible to covert a slice to an array pointer.