Quick-fixes

Quick-fixes

Learn how code can be updated automatically

Highlights of GoLand 2023.3

playlist

Highlights of GoLand 2023.3
Explore key features and enhancements in GoLand 2023.3.
Create a function in another package

tip

Create a function in another package
Type a non-existing function name and generate its implementation in a package of your choice
Empower your `Printf`-like functions with coding assistance

tip

Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions
New Features in GoLand 2023.1

playlist

New Features in GoLand 2023.1
A selection of useful features from GoLand 2022.3.
Vulnerability checker

tip

Vulnerability checker
Analyze your codebase and highlight known vulnerabilities in go.mod
Convert between different types of strings

tip

Convert between different types of strings
Convert strings that are surrounded by backticks to double-quoted ones and vice-versa
Intention action to convert integers to strings

tip

Intention action to convert integers to strings
Convert an integer to a string by using the `strconv.Itoa()` call
Create inspections with regular expressions

tip

Create inspections with regular expressions
Use regular expressions to create your own search and replace inspections
Implement an interface

tip

Implement an interface
Implement unexported interfaces by pressing Ctrl + I
Rename generic receivers along with a generic struct

tip

Rename generic receivers along with a generic struct
Rename generic receivers along with a generic struct
New Features in GoLand 2022.3

playlist

New Features in GoLand 2022.3
A selection of useful features from GoLand 2022.3.
New Features in GoLand 2022.2

playlist

New Features in GoLand 2022.2
A selection of useful features from GoLand 2022.2.
Rename constants that use reserved names

tip

Rename constants that use reserved names
Rename a constant if it uses a name of a built-in constant.
Group multiple `use` directives in `go.work`

tip

Group multiple `use` directives in `go.work`
Merge multiple `use` directives in `go.work` into one directive.
Delete a type parameter with an empty parameter list

tip

Delete a type parameter with an empty parameter list
Type parameters with empty parameter lists are reported as errors, but you have a quick-fix to put it right.