Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Go struct tagNew to Visual Studio Code? Get it now.
Go struct tag

Go struct tag

wero

|
804 installs
| (0) | Free
fork自go-struct-tag,增加小驼峰功能, 使用小驼峰格式需要增加配置 goStructTag.tagType: lowerCamelCase
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

go-struct-tag

A Visual Studio Code extension for auto complete the go struct tag when typing.


If it doesn't work, please add the following configuration in settings.json.

    "editor.quickSuggestions": {
        "strings": true
    }

Screenshots

json: json

bson: bson

xorm: xorm

gorm: gorm

form: form

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft