RubisetCie / vscode-go-zen

Go extension for Visual Studio Code but without incessant notifications.

Home Page:https://marketplace.visualstudio.com/items?itemName=golang.Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go for Visual Studio Code

The VS Code Go extension provides rich language support for the Go programming language.

Quick Start

To get started with Go Lang:

  1. Install Go 1.18 or newer if you haven't already.

  2. Install the VS Code Go extension.

  3. Open any Go file or go.mod file to automatically activate the extension. The Go status bar appears in the bottom right corner of the window and displays your Go version.

  4. The extension depends on go, gopls (the Go language server), and optional tools depending on your settings. If gopls is missing, the extension will try to install it. The ⚡ sign next to the Go version indicates the language server is running, and you are ready to go.

Code of Conduct

This project follows the Go Community Code of Conduct. If you encounter a conduct-related issue, please mail conduct@golang.org.

License

MIT

About

Go extension for Visual Studio Code but without incessant notifications.

https://marketplace.visualstudio.com/items?itemName=golang.Go

License:Other


Languages

Language:TypeScript 89.0%Language:Go 7.4%Language:CSS 2.9%Language:Shell 0.4%Language:Dockerfile 0.1%Language:JavaScript 0.1%