Tips

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

Quickly Handle Errors in Go
Quickly Handle Errors in Go
Handling errors is essential in any application
Delete Kubernetes Resources
Delete Kubernetes Resources
Teardown resources faster as and when you need to.
Convert Kubernetes Resources Definition Formats
Convert Kubernetes Resources Definition Formats
Quickly switch between List and Multidocument YAML for Kubernetes resource definitions.
Convert JSON to Go Types
Convert JSON to Go Types
Converting a JSON response to a Go type has never been faster than this.
Handle Go Errors by Using a Postfix Completion
Handle Go Errors by Using a Postfix Completion
Keep writing code as you would and use the postfix completion to generate the boilerplate.
Support for go:embed Directive
Support for go:embed Directive
Embed files and folders into your binaries without using an external tool.
Create Missing Struct Types with all Fields
Create Missing Struct Types with all Fields
Prototype your code then worry about creating the types
Select the Builtin Terminal Cursor Shape
Select the Builtin Terminal Cursor Shape
Make the terminal your own, with the cursor shape you want
Run gofmt After the Builtin Formatter
Run gofmt After the Builtin Formatter
Ensure that your code is always formatted with gofmt.
Load go.mod Changes Manually
Load go.mod Changes Manually
Take control of when go.mod files are refreshed.
Configure Custom Namespaces Manually
Configure Custom Namespaces Manually
Use all features, even if namespaces aren't auto-processed.
Download the Log from a Kubernetes Pod
Download the Log from a Kubernetes Pod
Access pod logs directly from the IDE interface.