mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 05:05:00 +00:00
![]() * add test for `goto_definition` with label reference * simplify test for `goto_definition` with reference * abstract compile doc for test * add snap for goto_definition label reference * basic goto_reference with simple test * basic find_reference for Ref * fix: a bug in linked def * Remove unwanted compile directive compile: true * simply compile and get depended files fail for corss_file_ref_label * update ref reference but still fail to get source from path * fix: reuse find definition effort and handle undefined references for labels * dev: update test case * fix: label reference analysis * fix: rust analyzer doing bad * dev: update snapshot * dev: lift common pattern * fix: unstable snapshot --------- Co-authored-by: Myriad-Dreamin <camiyoru@gmail.com> |
||
---|---|---|
.. | ||
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.
Documentation
See Crate Docs.
Also see Developer Guide: Tinymist Query.
Contributing
See CONTRIBUTING.md.