An open API service indexing awesome lists of open source software.

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

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.