tinymist/crates/tinymist-query/src
2024-10-16 22:34:45 +08:00
..
adt feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +08:00
analysis dev: caching static function signature analysis (#692) 2024-10-16 22:34:45 +08:00
docs feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +08:00
fixtures feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +08:00
semantic_tokens fix: pass to_multiline_tokens2 checking by copilot (#639) 2024-10-07 11:58:48 +08:00
syntax feat: automatically add indent on entering in the empty block math (#646) 2024-10-09 14:22:36 +08:00
ty feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +08:00
upstream feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +08:00
analysis.rs refactor: change PrimarySignature structure to merge type checking info (#687) 2024-10-16 14:35:24 +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 feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +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 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: read and check type annotations in docstring (Part. 1) (#679) 2024-10-15 14:52:50 +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: split tinymist-query/docs crate (#684) 2024-10-15 22:58:27 +08:00
inlay_hint.rs refactor: change PrimarySignature structure to merge type checking info (#687) 2024-10-16 14:35:24 +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: identify static path references in documents (#658) 2024-10-11 12:16:37 +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
prelude.rs feat: identify static path references in documents (#658) 2024-10-11 12:16:37 +08:00
prepare_rename.rs feat: rename modules by path (#645) 2024-10-09 14:22:23 +08:00
references.rs fix: deadlock when iterating dependencies (#568) 2024-08-27 14:49:58 +08:00
rename.rs feat: issue import changes request during willRenameFiles (#648) 2024-10-09 14:53:19 +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: pass to_multiline_tokens2 checking by copilot (#639) 2024-10-07 11:58:48 +08:00
signature_help.rs feat: incorporated with static function signature analysis (#688) 2024-10-16 15:53:43 +08:00
symbol.rs feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
tests.rs feat: read and check type annotations in docstring (Part. 1) (#679) 2024-10-15 14:52:50 +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