tinymist/crates/tinymist-query/src
Myriad-Dreamin dbd1726d08
feat: support goto/find references inside of modules (#34)
* feat: support goto declaration inside of modules

* fix: change goto declarations provider to references provider

* fix: redact uri in references response
2024-03-14 20:38:30 +08:00
..
adt feat: add def use analysis for external items (#26) 2024-03-13 15:05:52 +08:00
analysis feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
fixtures feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
semantic_tokens feat: add the new context keyword 2024-03-11 16:05:04 +08:00
analysis.rs feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
code_lens.rs feat: fix show pdf and add export pdf code lens 2024-03-11 13:22:55 +08:00
completion.rs dev: borrow the document state inside of compiler (#33) 2024-03-14 20:37:14 +08:00
diagnostics.rs dev: update comment 2024-03-09 23:41:02 +08:00
document_symbol.rs feat: add def use analysis for module items (#25) 2024-03-13 12:05:28 +08:00
folding_range.rs feat: add def use analysis inside of module (#19) 2024-03-12 14:09:48 +08:00
goto_declaration.rs feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
goto_definition.rs feat: adapt to rust analyzer's server crate 2024-03-10 17:54:55 +08:00
hover.rs dev: borrow the document state inside of compiler (#33) 2024-03-14 20:37:14 +08:00
inlay_hint.rs feat: add tests for inlay hints (#8) 2024-03-11 20:54:19 +08:00
lib.rs feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
lsp_typst_boundary.rs feat: adapt to rust analyzer's server crate 2024-03-10 17:54:55 +08:00
prelude.rs feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
prepare_rename.rs feat: find syntax definition 2024-03-09 23:40:45 +08:00
references.rs feat: support goto/find references inside of modules (#34) 2024-03-14 20:38:30 +08:00
rename.rs fix: missing typst-preview 2024-03-10 21:49:04 +08:00
selection_range.rs fix: adjust leaf_at usages 2024-03-09 23:44:05 +08:00
semantic_tokens_delta.rs feat: associate request function 2024-03-07 16:31:16 +08:00
semantic_tokens_full.rs feat: associate request function 2024-03-07 16:31:16 +08:00
signature_help.rs build: bump typst to 0.11.0-rc1 2024-03-10 03:45:13 +08:00
symbol.rs feat: add def use analysis for module items (#25) 2024-03-13 12:05:28 +08:00