Rename Generic Receivers Along with a Generic Struct

Get refactoring support when you rename a generic struct.

Tip Screenshot

When you rename a generic struct by pressing ⇧F6 (macOS) / Shift+F6 (Windows/Linux), the Rename refactoring suggests changing the receivers accordingly.


Related Resources

Delete a Type Parameter with an Empty Parameter List
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 in GoLand to put it right.
Create a Function in Another Package
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
Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions.