tinymist/crates/tinymist-query/src
Myriad-Dreamin 8ca953dbed
feat: identify identifier kind for semantic highlighting (#741)
* feat: identify identifier kind for semantic highlighting

* test: update snapshot
2024-10-29 10:52:41 +08:00
..
adt feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
analysis feat: identify identifier kind for semantic highlighting (#741) 2024-10-29 10:52:41 +08:00
docs dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
fixtures feat: identify identifier kind for semantic highlighting (#741) 2024-10-29 10:52:41 +08:00
semantic_tokens feat: identify identifier kind for semantic highlighting (#741) 2024-10-29 10:52:41 +08:00
syntax dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
ty dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
upstream dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
analysis.rs dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
code_action.rs refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
code_context.rs refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
code_lens.rs dev: rename trace feature to profile feature (#185) 2024-04-12 09:49:44 +08:00
color_presentation.rs dev: refactor tasks (#411) 2024-07-14 17:40:01 +08:00
completion.rs dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
diagnostics.rs dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
document_color.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
document_highlight.rs feat: automatically add indent on entering in the empty block math (#646) 2024-10-09 14:22:36 +08:00
document_link.rs feat: identify static path references in documents (#658) 2024-10-11 12:16:37 +08:00
document_metrics.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
document_symbol.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
folding_range.rs refactor: reduce source cache and mutability (#693) 2024-10-16 23:17:52 +08:00
goto_declaration.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
goto_definition.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
hover.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
inlay_hint.rs refactor: reduce source cache and mutability (#693) 2024-10-16 23:17:52 +08:00
jump.rs refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
lib.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
lsp_features.rs feat: allow running server with loading font once and on rootless files (#94) 2024-03-26 10:33:56 +08:00
lsp_typst_boundary.rs dev: accurate warn on out-of-bound conversion (#329) 2024-06-17 11:06:10 +08:00
on_enter.rs feat: automatically add indent on entering in the empty block math (#646) 2024-10-09 14:22:36 +08:00
package.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
prelude.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
prepare_rename.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
references.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
rename.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
selection_range.rs refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
semantic_tokens_delta.rs feat: identify identifier kind for semantic highlighting (#741) 2024-10-29 10:52:41 +08:00
semantic_tokens_full.rs feat: identify identifier kind for semantic highlighting (#741) 2024-10-29 10:52:41 +08:00
signature_help.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
symbol.rs feat: implement expression checker (#714) 2024-10-25 23:52:11 +08:00
tests.rs dev: cache expression information correctly (#736) 2024-10-27 20:20:59 +08:00
will_rename_files.rs feat: issue import changes request during willRenameFiles (#648) 2024-10-09 14:53:19 +08:00
workspace_label.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00