Skip to content

Commit

Permalink
Add another caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Dec 3, 2024
1 parent ef0d628 commit 76c49ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editors/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This extension is **experimental** and subject to change; some features are like
At present, it works best on small, self-contained Verus projects. Anything more complex
will likely fail.

**WARNING**: `verus-analyzer` expects you to "Open Folder..." on
a directory containing a standard Rust project layout and metadata (`Cargo.toml`) file.
`verus-analyzer` scans the project root (`src/lib.rs` or `src/main.rs`) and all files
that are reachable from the root. If the file you are working on is not
reachable from the project root, most of the IDE features like "Go to Definition" will not work.

## Verus-specific Features

- Support for Verus syntax
Expand Down

0 comments on commit 76c49ca

Please sign in to comment.