Skip to content

Consensys/zkc-vscode-extension

Repository files navigation

ZkC VS Code Extension

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

  1. Download the .vsix file from the latest release.

  2. Open VS Code.

  3. Open the Extensions view (Ctrl+Shift+X / Cmd+Shift+X).

  4. Click the ... menu (top-right of the Extensions panel) and select Install from VSIX....

  5. Select the downloaded .vsix file and click Install.

Alternatively, install from the command line:

code --install-extension zkc-vscode-<version>.vsix

License

Apache 2.0

About

A minimal vscode extension which wraps the ZkC Language Server Protocol implementation.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors