Go

About

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Installation

Change enable from False to True in the go section (cf module installation).

You can also take a look at the VSCode-Anywhere go module configuration.

For more details read the official documentation.

Requirements

No requirements.

VSCode

VSCode extensions

ms-vscode.go

This extension adds rich language support for the Go language to VS Code.

VSCode settings

Global settings

Windows settings

Assuming you have installed in the default directory C:\VSCode-Anywhere.

Linux settings

Assuming you have installed in the default directory /home/myuser/VSCode-Anywhere.

VSCode keybindings

No keybindings.

Software

Windows software

scoop

msys2

Linux software

brew

MacOS software

brew

Documentation

VSCode-Anywhere

Environment

Windows environment

Assuming you have installed in the default directory C:\VSCode-Anywhere.

Linux environment

Assuming you have installed in the default directory /home/myuser/VSCode-Anywhere.

Specific settings

go_bin

Specify the path to the go binary.

  • Windows:

  • Linux / MacOS

modules

For each module you must specify the path like github.com/ramya-rao-a/go-outline.

  • enabled: enabled the module

  • version: the version of the module to install

Below are all go modules installed by SCode-Anywhere:

Last updated

Was this helpful?