Latest

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

Support for go:embed Directive

Tip

Support for go:embed Directive
Embed files and folders into your binaries without using an external tool.
Create Missing Struct Types with all Fields

Tip

Create Missing Struct Types with all Fields
Prototype your code then worry about creating the types
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.
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 features, even if namespaces aren't auto-processed.
Download the Log from a Kubernetes Pod

Tip

Download the Log from a Kubernetes Pod
Access pod logs directly from the IDE interface.
Inspect device_cgroup_rules Values for Errors

Tip

Inspect device_cgroup_rules Values for Errors
Check if the device_cgroup_rules values contain any errors.
Multiple Projects in one IDE Window

Tip

Multiple Projects in one IDE Window
Work with multiple projects at once from the same IDE window.
C# Experimental Attribute.

Tip

C# Experimental Attribute.
Mark a block of code as experimental so other developers are aware of its status.
Detect Unused Dependencies in go.mod Files

Tip

Detect Unused Dependencies in go.mod Files
Cleanup go.mod files and keep them lean