GoLand Toolkit is a VS Code extension pack for a GoLand-inspired Go development setup.
Included Extensions
GoLand Exact Theme: dark UI, Go syntax colors, and file icons
GoLand Version Control: local changes view with multi-repo support, status colors, auto-refresh, inline stage/revert, and native diffs
GoLand Go Formatter: standalone Go formatting defaults without language-server diagnostics
GoLand Keybindings: frozen IntelliJ IDEA keymap plus local VS Code keybinding overrides
Installation
Install GoLand Toolkit to get the full suite. Each extension remains independently installable, so users can keep only the pieces they want.
For local development before Marketplace publishing:
npm run install:local
The local installer packages and installs sibling VSIX files from:
../goland-exact-theme
../goland-version-control
../goland-go-formatter
../goland-keybindings
this extension pack
Future Extensions
New GoLand-style features should ship as their own standalone extension first. Add them to this extension pack only after they are stable enough for suite users.
Notes
This extension pack is GoLand-inspired and is not affiliated with JetBrains.
Extension packs install Marketplace extension ids. Local unpublished testing uses scripts/install-local.sh to install sibling VSIX files directly.