The new version of goland has a function to automatically generate swith lists, and other features make it very readable, can we implement them to code? In addition, goland has an issue tab page that displays the problems of each go file, suggests, and right-clicks to pop up a batch repair plan, which is very powerful for refactoring code. In addition, populating the right-click menu for go.mod and go.work files with mod and workspace features will reduce the hassle of entering a command every time.
Describe the feature
https://www.jetbrains.com/go/whatsnew/
The new version of goland has a function to automatically generate swith lists, and other features make it very readable, can we implement them to code? In addition, goland has an issue tab page that displays the problems of each go file, suggests, and right-clicks to pop up a batch repair plan, which is very powerful for refactoring code. In addition, populating the right-click menu for go.mod and go.work files with mod and workspace features will reduce the hassle of entering a command every time.
Relevant code
No response