tinymist/crates/tinymist-query/src
2024-05-13 21:41:12 +08:00
..
adt dev: remove some interned uses (#279) 2024-05-13 21:04:10 +08:00
analysis dev: don't use bug prone ever_be (#280) 2024-05-13 21:29:59 +08:00
fixtures dev: don't use bug prone ever_be (#280) 2024-05-13 21:29:59 +08:00
semantic_tokens dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
syntax fix: wrong order of def-and-use names (#281) 2024-05-13 21:30:13 +08:00
ty dev: don't use bug prone ever_be (#280) 2024-05-13 21:29:59 +08:00
upstream fix: completion path with ctx.leaf (#282) 2024-05-13 21:41:12 +08:00
analysis.rs dev: interning types (#271) 2024-05-11 21:12:49 +08:00
code_action.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
code_context.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
code_lens.rs dev: rename trace feature to profile feature (#185) 2024-04-12 09:49:44 +08:00
color_presentation.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
completion.rs dev: interning types (#271) 2024-05-11 21:12:49 +08:00
diagnostics.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
document_color.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
document_metrics.rs dev: collect server information for summary (#162) 2024-04-05 13:18:36 +08:00
document_symbol.rs feat: allow running server with loading font once and on rootless files (#94) 2024-03-26 10:33:56 +08:00
folding_range.rs feat: allow running server with loading font once and on rootless files (#94) 2024-03-26 10:33:56 +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 refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
hover.rs dev: improve open document tooltip (#254) 2024-05-07 19:26:21 +08:00
inlay_hint.rs dev: check variadic/content arguments correctly (#202) 2024-04-20 12:49:44 +08:00
jump.rs feat: initialize telescope mode previewing (#164) 2024-04-05 17:22:56 +08:00
lib.rs dev: remove some interned uses (#279) 2024-05-13 21:04:10 +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: {re,}move conversions of completion structs (#264) 2024-05-09 12:04:42 +08:00
prelude.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
prepare_rename.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
references.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
rename.rs refactor: introduce uri_for_id and deref_syntax_at (#267) 2024-05-09 12:32:20 +08:00
selection_range.rs feat: allow running server with loading font once and on rootless files (#94) 2024-03-26 10:33:56 +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 dev: interning types (#271) 2024-05-11 21:12:49 +08:00
symbol.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00
tests.rs dev: insert commas in arg context for completing before identifiers (#251) 2024-05-07 19:03:25 +08:00