tinymist/crates/tinymist-query/src
Myriad-Dreamin 451dc9dbdd
refactor: enclose contextual information in CompletionCursor (#1078)
* refactor: reduce some useless code

* refactor: move contextual things to a context

* refactor: force range calculation in place
2024-12-27 22:38:14 +08:00
..
adt refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
analysis refactor: enclose contextual information in CompletionCursor (#1078) 2024-12-27 22:38:14 +08:00
completion refactor: enclose contextual information in CompletionCursor (#1078) 2024-12-27 22:38:14 +08:00
docs refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
fixtures refactor: merge completion stuff (#1074) 2024-12-27 13:00:38 +08:00
syntax refactor: move completion code in request into worker (#1076) 2024-12-27 13:59:04 +08:00
ty feat: complete fields by type (#1050) 2024-12-22 15:27:03 +08:00
upstream refactor: merge completion stuff (#1074) 2024-12-27 13:00:38 +08:00
analysis.rs refactor: merge completion stuff (#1074) 2024-12-27 13:00:38 +08:00
code_action.rs docs: split and documenting code action worker (#977) 2024-12-11 11:03:47 +08:00
code_context.rs feat: provide elementary font view (#932) 2024-12-03 12:20:27 +08:00
code_lens.rs refactor: remove a closure in code lens solver (#979) 2024-12-11 11:26:32 +08:00
color_presentation.rs dev: refactor tasks (#411) 2024-07-14 17:40:01 +08:00
completion.rs refactor: enclose contextual information in CompletionCursor (#1078) 2024-12-27 22:38:14 +08:00
diagnostics.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
document_color.rs docs: documenting color expr worker (#980) 2024-12-11 11:04:08 +08:00
document_highlight.rs docs: split and documenting document highlight worker (#989) 2024-12-12 13:26:01 +08:00
document_link.rs dev: cache link expressions (#866) 2024-11-20 16:24:12 +08:00
document_metrics.rs refactor: rename local variables and some types (#1023) 2024-12-18 19:23:31 +08:00
document_symbol.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
entry.rs refactor: move entry resolver to query crate (#944) 2024-12-04 13:13:26 +08:00
folding_range.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
goto_declaration.rs refactor: improving names of matched structs and documenting matchers (#1022) 2024-12-18 16:35:15 +08:00
goto_definition.rs docs: add dev guide of tinymist-query (#1064) 2024-12-25 12:20:09 +08:00
hover.rs refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
inlay_hint.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
jump.rs docs: add dev guide of tinymist-query (#1064) 2024-12-25 12:20:09 +08:00
lib.rs refactor: merge completion stuff (#1074) 2024-12-27 13:00:38 +08:00
lsp_typst_boundary.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
on_enter.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
package.rs feat: add package related arguments to typstExtraArgs (#923) 2024-12-02 17:47:28 +08:00
prelude.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
prepare_rename.rs refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
references.rs refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
rename.rs refactor: update names and documentation of matchers (cont.) (#1033) 2024-12-20 18:35:36 +08:00
selection_range.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +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 refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
symbol.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
tests.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +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 refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00