cogentcore / cogent

A powerful, fast, elegant software ecosystem of apps for all platforms.
https://cogentcore.org/cogent
BSD 3-Clause "New" or "Revised" License
192 stars 10 forks source link

code Switch #313

Open ddkwork opened 9 months ago

ddkwork commented 9 months ago

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

ddkwork commented 9 months ago

switch-generate

kkoreilly commented 9 months ago

We will definitely work on all of these features over time, especially in the context of #305.