mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
![]() * dev: use bail! macro * dev: remove redundant arg structures as we have inlay hints * dev: unify actor namings * dev: unify actor namings (cont) * fix: suffix computation * dev: add EditorActor::new * dev: unify index file flavors * dev: combine export actors * dev: small tweaks * dev: mimic try blocks * dev: accumulate export requests * dev: remove unnecessary Option * dev: unify serde renames * dev: remove unnecessary Option * dev: small tweaks |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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:
- language queries defined by the Language Server Protocol.
Contributing
See CONTRIBUTING.md.