noir-lang / vscode-noir

Apache License 2.0
6 stars 7 forks source link

Noir Language Support for Visual Studio Code

Visual Studio Code extension for working with the Noir programming language.

Features

This extension helps developers write, understand, and improve Noir code by providing:

Requirements

For Language Server Protocol support, we require nargo v0.7.1+ to be in your PATH. You can check this by running nargo --version in your terminal and you can check for the lsp command by running nargo --help.

If you can't put nargo in your PATH, you can set an absolute path in the Nargo Path setting.

Settings

Changelog

You can find a full list of changes at https://github.com/noir-lang/vscode-noir/blob/master/CHANGELOG.md

Working on project

The project provides a few useful commands via npm scripts: