tinymist/crates/tinymist-query/src
2024-05-04 13:58:51 +08:00
..
adt feat: add def use analysis for external items (#26) 2024-03-13 15:05:52 +08:00
analysis feat: add more auto closing pairs, surrounding pairs, and characters that could make auto closing before (#209) 2024-04-21 10:53:55 +08:00
fixtures feat: append rest code completion result after param completed (#208) 2024-04-20 16:04:18 +08:00
semantic_tokens dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
syntax feat: complete function parameters on signatures inferred by type checking (#203) 2024-04-20 15:03:46 +08:00
upstream dev: improve doc about slice_at (#226) 2024-05-04 13:58:51 +08:00
analysis.rs feat: completion on func.where and func.with (#204) 2024-04-20 15:17:47 +08:00
code_context.rs feat: complete symbol view (#218) 2024-04-27 09:58:58 +08:00
code_lens.rs dev: rename trace feature to profile feature (#185) 2024-04-12 09:49:44 +08:00
color_presentation.rs feat: add basic color providers (#171) 2024-04-06 14:10:48 +08:00
completion.rs feat: completion on func.where and func.with (#204) 2024-04-20 15:17:47 +08:00
diagnostics.rs fix: improve release profile & fix typos (#177) 2024-04-10 11:34:18 +08:00
document_color.rs feat: add basic color providers (#171) 2024-04-06 14:10:48 +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 fix: improve release profile & fix typos (#177) 2024-04-10 11:34:18 +08:00
goto_definition.rs dev: refactor def and use cache for improving definition (#179) 2024-04-11 20:45:02 +08:00
hover.rs dev: introduce basic type checker (#183) 2024-04-11 23:28:32 +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 feat: support code context queries (#217) 2024-04-27 09:29:20 +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 feat: append rest code completion result after param completed (#208) 2024-04-20 16:04:18 +08:00
prelude.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00
prepare_rename.rs dev: refactor def and use cache for improving definition (#179) 2024-04-11 20:45:02 +08:00
references.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00
rename.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +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 feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00
symbol.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00
tests.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00