ZkC VS Code Extension
April 17, 2026 ยท View on GitHub
VS Code language support for the
ZkC
programming language. This extension is primarily a wrapper around
the Language Server Protocol implementation in the zkc tool.
Installation
This extension is not yet available on the VS Code Marketplace. It can
be installed manually using the .vsix files attached to each GitHub
release.
Prerequisites
This extension requires zkc to be installed and available on your
PATH (i.e. because zkc provides the language server protocol
(LSP)
implementation). Install it with:
go install github.com/consensys/go-corset/cmd/zkc@latest
Manual Installation
-
Download the
.vsixfile from the latest release. -
Open VS Code.
-
Open the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X). -
Click the
...menu (top-right of the Extensions panel) and select Install from VSIX.... -
Select the downloaded
.vsixfile and click Install.
Alternatively, install from the command line:
code --install-extension zkc-vscode-<version>.vsix