tinymist/crates/tinymist-query
Myriad-Dreamin 6967dc5a22
fix: bad early return in param_completions (#350)
* fix: bad early return in param_completions

* dev: update snapshot

* dev: filter result
2024-06-27 16:31:50 +08:00
..
src fix: bad early return in param_completions (#350) 2024-06-27 16:31:50 +08:00
Cargo.toml feat: prepare for parallelizing lsp requests (#342) 2024-06-26 10:37:57 +08:00
README.md chore: fix test scripts and update test documents (#178) 2024-04-09 12:37:01 +08:00

tinymist-query

Note: this crate is under development. it currently doesn't ensure stable APIs, and heavily depending on some unstable crates.

This crate provides a set of APIs to query the information about the source code. Currently it provides:

Contributing

See CONTRIBUTING.md.