vscode-go
vscode-go copied to clipboard
A suggestion about generate struct tags
Is your feature request related to a problem? Please describe.
When i switch the option promptForTags to true, I will be prompted for tags and options. But all options are input box, whether or not something with a fixed option like transform can be used as a selection box.
Describe the solution you'd like
The transform can be a selection box.
Describe alternatives you've considered
In some projects, the tag of a structure may not be a fixed structure, but it always needs a complete input transform's value to get the correct result. This is a slightly inefficient way to use it