tinymist/crates/tinymist-query/src
Myriad-Dreamin 82e75f362a
feat: highlights all break points for that loop context (#317)
* feat: highlights all break points for that loop or block context

* docs: update readme

* dev: remove a debug logging

* QAQ
2024-05-26 17:44:32 +08:00
..
adt chore: move typst-specific types (#294) 2024-05-16 00:30:32 +08:00
analysis feat: complete CSL paths (#310) 2024-05-23 17:49:26 +08:00
fixtures feat: highlights all break points for that loop context (#317) 2024-05-26 17:44:32 +08:00
semantic_tokens dev: improve punctuation and keyword token kinds (#133) 2024-03-30 20:04:34 +08:00
syntax fix: search newline character in utf-8 bytes sequence (#299) 2024-05-18 12:12:06 +08:00
ty feat: complete CSL paths (#310) 2024-05-23 17:49:26 +08:00
upstream feat: complete both open and closed labels (#302) 2024-05-18 12:36:42 +08:00
analysis.rs docs: add documents to type system (#295) 2024-05-16 11:52:41 +08:00
code_action.rs feat: check and move the exactly single punctuation after the math equation to refactor (#306) 2024-05-19 16:17:58 +08:00
code_context.rs dev: get check target without skip trivia node in non-code context (#289) 2024-05-14 21:26:29 +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: don't complete literal themselves (#291) 2024-05-15 14:54:56 +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_highlight.rs feat: highlights all break points for that loop context (#317) 2024-05-26 17:44:32 +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 feat: highlights all break points for that loop context (#317) 2024-05-26 17:44:32 +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 feat: highlights all break points for that loop context (#317) 2024-05-26 17:44:32 +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 docs: add documents to type system (#295) 2024-05-16 11:52:41 +08:00
symbol.rs feat: complete arguments enhanced by type inference (#186) 2024-04-15 00:17:54 +08:00
tests.rs feat: highlights all break points for that loop context (#317) 2024-05-26 17:44:32 +08:00