tinymist/crates/tinymist-query/src
2024-09-20 13:59:15 +08:00
..
adt build: rearrange dependencies (#399) 2024-07-11 11:03:55 +08:00
analysis feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
docs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
fixtures fix: ignore invalid tokens in typst's syntax tree (#605) 2024-09-20 13:59:15 +08:00
semantic_tokens fix: ignore invalid tokens in typst's syntax tree (#605) 2024-09-20 13:59:15 +08:00
syntax fix: refine label types to remove hacking citation filter (#603) 2024-09-20 12:30:36 +08:00
ty fix: refine label types to remove hacking citation filter (#603) 2024-09-20 12:30:36 +08:00
upstream fix: deduplicate value completion correctly (#604) 2024-09-20 13:14:07 +08:00
analysis.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +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 fix: refine label types to remove hacking citation filter (#603) 2024-09-20 12:30:36 +08:00
diagnostics.rs feat: prepare for parallelizing lsp requests (#342) 2024-06-26 10:37:57 +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 refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
document_metrics.rs dev: collect server information for summary (#162) 2024-04-05 13:18:36 +08:00
document_symbol.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
folding_range.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
goto_declaration.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
goto_definition.rs feat: find references for Ref and Label (#527) 2024-08-14 09:21:44 +08:00
hover.rs refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
inlay_hint.rs dev: check variadic/content arguments correctly (#202) 2024-04-20 12:49:44 +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: provide package view and local documentation (#596) 2024-09-12 21:17:07 +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 refactor: add compatibility for typst_syntax::LinkedNode.leaf_at (#582) 2024-09-08 22:10:01 +08:00
prelude.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
prepare_rename.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
references.rs fix: deadlock when iterating dependencies (#568) 2024-08-27 14:49:58 +08:00
rename.rs feat: find references for Ref and Label (#527) 2024-08-14 09:21:44 +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 fix: documentation issues (#131) 2024-03-30 18:51:30 +08:00
semantic_tokens_full.rs fix: documentation issues (#131) 2024-03-30 18:51:30 +08:00
signature_help.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
symbol.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
tests.rs fix: ignore invalid tokens in typst's syntax tree (#605) 2024-09-20 13:59:15 +08:00
workspace_label.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00