Tips

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

Implement an Interface
Implement an Interface
How to implement unexported interfaces.
Create Inspections with Regular Expressions
Create Inspections with Regular Expressions
Use regular expressions to create your own search and replace inspections.
Intention Action to Convert Integers to Strings
Intention Action to Convert Integers to Strings
Convert an integer to a string by using the `strconv.Itoa()` call
Convert Between Different Types of Strings
Convert Between Different Types of Strings
Convert strings that are surrounded by backticks to double-quoted ones and vice-versa
Check for Vulnerabilities
Check for Vulnerabilities
Analyze your codebase and highlight known vulnerabilities in go.mod
Code vision
Code vision
Focus on your code while getting additional information about it.
Go Doc Comments in Quick Documentation
Go Doc Comments in Quick Documentation
Support for links, lists, and new headings in doc comments.
Integrated Go Playground
Integrated Go Playground
You can format and share your code, change the Go version, and run your code using the Go playground server.
Generate 'go.work' for a Project
Generate 'go.work' for a Project
Generate 'go.work' by using the context menu or a quick-fix with 'replace' directives.
Generate Tests for Generic Functions
Generate Tests for Generic Functions
Use a shortcut to generate test files for your generic functions.
Group Multiple `use` Directives in `go.work`
Group Multiple `use` Directives in `go.work`
Merge multiple `use` directives in `go.work` into one directive.
Run Anything
Run Anything
Launch run/debug configurations, applications, scripts, commands, tasks, and open recent projects.