-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Circom Language Server(CLS) | ||
|
||
The CLS under development. This is my opensource project. This help: | ||
|
||
- [ ] Rename symbol | ||
- [ ] Find definition | ||
- [ ] Format circom file | ||
- [ ] Hover to get helpful information about symbol | ||
- [ ] Debug on circom circuit without heavy setup | ||
- [ ] Security check on circom file | ||
- [ ] Autocomplete (with uncomple/error syntax) | ||
# Install | ||
Install follow those commands: | ||
|
||
```bash | ||
git clone https://github.com/vuvoth/ccls | ||
cd ccls | ||
cargo xtask install --server | ||
cargo xtask install --client | ||
``` |