Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

gopcode/vscode-goplus

Folders and files

NameName
Last commit message
Last commit date
Jul 12, 2020
Jul 12, 2020
Jul 12, 2020
Dec 7, 2021
Dec 7, 2021
Dec 7, 2021
Jul 12, 2020
Oct 10, 2021
Jul 12, 2020
Oct 10, 2021
Jul 4, 2020
Jul 17, 2020
Jul 12, 2020
Oct 10, 2021
Dec 7, 2021
Jul 12, 2020

Repository files navigation

logo

Build Status License

GoPlus (Go+) Plugin for vscode

This extension provides rich language support for the Go+ programming language in VS Code.

Supported Vscode versions

  • 1.46.0+

Example

example

Install Go

Before you start coding, make sure that you have already installed Go, as explained in the Go installation guide.

If you are unsure whether you have installed Go, open the Command Palette in VS Code (Ctrl+Shift+P) and run the goplus

Feature Support

  • Syntax Highlight
  • Auto Snippet
  • Format Source Code
  • Semantic Highlight
  • Auto Completion
  • Hover function Display
  • Auto import
  • Code Diagnostics
  • Help With Function and Method Signatures
  • Show Definitions of a Symbol
  • Find All References to a Symbol
  • Highlight All Occurrences of a Symbol in a Document