-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Struct Tags: More transform variants #906
Comments
@skaldesh thanks for the report - we are using the Currently only snakecase/camelcase are settable through
|
Understood, the |
@skaldesh https://github.com/golang/vscode-go/blob/master/package.json#L1691-L1692 Can you please add all the currently supported transform list there? Thanks! |
This simply allows in the settings.json or UI to use the missing 'lispcase', 'pascalcase' and 'keep' transform options for the go.addTags command. Fixes golang#906
This simply allows in the settings.json or UI to use the missing 'lispcase', 'pascalcase' and 'keep' transform options for the go.addTags command. Fixes golang#906
This simply allows in the settings.json or UI to use the missing 'lispcase', 'pascalcase' and 'keep' transform options for the go.addTags command. Fixes golang#906
This simply allows in the settings.json or UI to use the missing 'lispcase', 'pascalcase' and 'keep' transform options for the go.addTags command. fixes golang#906
Change https://golang.org/cl/271357 mentions this issue: |
Is your feature request related to a problem? Please describe.
I want to use "kebabcase" in my project for my
yaml:"my-property"
tags.Describe the solution you'd like
Add kebabcase (and other transforms maybe?)
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: