GoPlus (Go+) Plugin for vscode (moved to https://github.com/goplus/vscode-gop)
Last updated Nov 22, 2025
47
Stars
11
Forks
8
Issues
0
Stars/day
Attention Score
24
Language breakdown
TypeScript 100.0%
▸ Files
click to expand
README
![]()
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

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
- [x] Syntax Highlight
- [x] Auto Snippet
- [x] Format Source Code
- [ ] Semantic Highlight
- [x] Auto Completion
- [x] Hover function Display
- [X] Auto import
- [ ] Code Diagnostics
- [ ] Help With Function and Method Signatures
- [x] Show Definitions of a Symbol
- [ ] Find All References to a Symbol
- [ ] Highlight All Occurrences of a Symbol in a Document
🔗 More in this category