https://github.com/loadsmart/vscode-go-extension-pack
Set of extensions to start developing Go services at Loadsmart
https://github.com/loadsmart/vscode-go-extension-pack
vscode vscode-extensionpack
Last synced: over 1 year ago
JSON representation
Set of extensions to start developing Go services at Loadsmart
- Host: GitHub
- URL: https://github.com/loadsmart/vscode-go-extension-pack
- Owner: loadsmart
- License: mit
- Created: 2020-05-22T03:12:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T18:13:05.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T22:26:12.185Z (almost 2 years ago)
- Topics: vscode, vscode-extensionpack
- Size: 71.3 KB
- Stars: 0
- Watchers: 37
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Go Extension Pack by Loadsmart
VSCode Extension Pack for Go services development. Includes tools to work with Go services with Docker containers.
## Getting Started
To install the extension pack, search for "Go Extension Pack by Loadsmart" in the Marketplace.
Or if you prefer to use the development version, clone the repository inside the `/.vscode/extensions` folder and restart Code.
## Included Extensions
### [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) by Microsoft
Tools for working with Docker containers.
### [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=editorconfig.editorconfig) by EditorConfig
Use editor settings found in `.editorconfig` file.
### [Go](https://marketplace.visualstudio.com/items?itemName=golang.Go) by Go Team at Google
Provides rich language support for Go in VS Code.
### [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) by Microsoft
Let's you to use a Docker container as a full featured development environment.
## License
This extension pack is licensed under MIT License. See [LICENSE](LICENSE) files for details.