Rename generic receivers along with a generic struct

Rename generic receivers along with 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
Type parameters with empty parameter lists are reported as errors, but you have a quick-fix to put it right.
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
Provide hints and highlights for message formats in custom `Printf`-like functions