Go

About

Goarrow-up-right 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).

circle-info

For more details read the official documentationarrow-up-right.

Requirements

No requirements.

VSCode

VSCode extensions

ms-vscode.go

This extensionarrow-up-right adds rich language support for the Go language to VS Code.

VSCode settings

Global settings

Windows settings

circle-info

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

Linux settings

circle-info

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

VSCode keybindings

No keybindingsarrow-up-right.

Software

Windows software

scoop

msys2

Linux software

brew

MacOS software

brew

Documentation

VSCode-Anywhere

Environment

Windows environment

circle-info

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

Linux environment

circle-info

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