tinymist/crates/tinymist-query/src
2024-11-22 15:39:59 +08:00
..
adt feat: lock and snapshot {analysis,token} caches on main thread (#806) 2024-11-14 01:40:27 +08:00
analysis feat: prefer to guide coding by signature help (#874) 2024-11-21 13:14:58 +08:00
docs test: update snapshots in legacy format (#873) 2024-11-21 12:55:57 +08:00
fixtures test: update snapshots in legacy format (#873) 2024-11-21 12:55:57 +08:00
syntax test: update snapshots in legacy format (#873) 2024-11-21 12:55:57 +08:00
ty feat: prefer to guide coding by signature help (#874) 2024-11-21 13:14:58 +08:00
upstream feat: add more postfix snippets (#880) 2024-11-22 15:39:59 +08:00
analysis.rs feat: conditionally render code in docs (#824) 2024-11-15 13:40:30 +08:00
code_action.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
code_context.rs feat: postfix completion on values (#850) 2024-11-19 13:36:14 +08:00
code_lens.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
color_presentation.rs dev: refactor tasks (#411) 2024-07-14 17:40:01 +08:00
completion.rs feat: prefer to guide coding by signature help (#874) 2024-11-21 13:14:58 +08:00
diagnostics.rs dev: convert diagnostics without analysis snapshot (#805) 2024-11-13 23:51:48 +08:00
document_color.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
document_highlight.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
document_link.rs dev: cache link expressions (#866) 2024-11-20 16:24:12 +08:00
document_metrics.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +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 refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
goto_definition.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
hover.rs dev: cache link expressions (#866) 2024-11-20 16:24:12 +08:00
inlay_hint.rs dev: collect func.with type information for signature help (#759) 2024-11-02 14:52:25 +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: postfix completion on values (#850) 2024-11-19 13:36:14 +08:00
lsp_typst_boundary.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
on_enter.rs feat: fully support onEnter edits inside comments (#823) 2024-11-14 22:21:14 +08:00
package.rs feat: use typst-kit's package functions (#832) 2024-11-16 16:27:17 +08:00
prelude.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
prepare_rename.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
references.rs feat: add search index to quickly filter unrelated files (#864) 2024-11-20 16:14:32 +08:00
rename.rs feat: rename links in files (#869) 2024-11-20 16:55:48 +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 dev: refactor semantic_tokens crate (#809) 2024-11-14 02:39:26 +08:00
semantic_tokens_full.rs dev: refactor semantic_tokens crate (#809) 2024-11-14 02:39:26 +08:00
signature_help.rs dev: replace FieldTy with ParamTy (#830) 2024-11-16 13:50:50 +08:00
symbol.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
tests.rs feat: prefer to guide coding by signature help (#874) 2024-11-21 13:14:58 +08:00
will_rename_files.rs refactor: refactor hover, analysis/global, and docs crates (#755) 2024-10-31 10:07:31 +08:00
workspace_label.rs dev: clean up log to print (#818) 2024-11-14 21:21:47 +08:00