https://github.com/sheldonhull/extension-pack-go
Go development extensions in one convenient pack.
https://github.com/sheldonhull/extension-pack-go
go vscode vscode-extension-pack
Last synced: about 1 year ago
JSON representation
Go development extensions in one convenient pack.
- Host: GitHub
- URL: https://github.com/sheldonhull/extension-pack-go
- Owner: sheldonhull
- License: mit
- Created: 2021-07-13T23:03:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T11:44:35.000Z (over 2 years ago)
- Last Synced: 2025-04-01T11:03:41.901Z (about 1 year ago)
- Topics: go, vscode, vscode-extension-pack
- Language: Go
- Homepage: https://www.sheldonhull.com/my-first-vscode-extension-pack-for-go/
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Extension Pack for Go

---



---
Extensions for usage with Go development.
## What's Included
- `go-doc`: Show documentation of go symbols and packages
- `go-struct-tag`: A Visual Studio Code extension for auto complete the go struct tag when typing.
- `vscode-go-inline-sql`: Syntax highlighting for inline sql in go
- `json-to-go`: Convert JSON data to Go struct
- `golang.go`: _The_ extension for Go that makes this all worth it.
- `vscode-go-template`: Go Template Syntax Highlight Support for VSCode.
## Resources
My Go cheatsheet: [docs/go](https://www.sheldonhull.com/docs/go)