The Wayback Machine - http://web.archive.org/web/20211018090601/https://github.com/gopcode/vscode-goplus
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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