Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvoth authored Feb 25, 2024
1 parent 202e690 commit c4afe9b
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
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
```

0 comments on commit c4afe9b

Please sign in to comment.