Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PolyGoNew to Visual Studio Code? Get it now.
PolyGo

PolyGo

Mizanur Rahman

|
1 install
| (0) | Free
PolyGo keyword completions for .p.go files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PolyGo VS Code Extension

Lightweight syntax highlighting and keyword completions for .p.go files.

Locale resolution

The extension reads the locale from .pgo_lang at the workspace root. Set it with:

pgo set jp

You can override it via VS Code settings:

  • polygo.locale: e.g. bn, es, jp, zh

Install (Option B: VSIX)

cd vscode-extension
npm install
npm run compile
npm i -g @vscode/vsce
vsce package
code --install-extension polygo-vscode-0.0.1.vsix

Dev Mode

code --extensionDevelopmentPath ./vscode-extension

Open a .p.go file in the Extension Development Host to verify.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft