tinymist/crates/tinymist-query/src
2025-03-20 19:44:28 +08:00
..
adt refactor: rename local variables (cont.) (#1026) 2024-12-18 19:48:34 +08:00
analysis feat: forbid bad field access syntax in math mode (#1550) 2025-03-20 19:44:28 +08:00
completion dev: make eco completion repr and reduce clones (#1079) 2024-12-28 09:52:47 +08:00
docs feat: bump typst to v0.13.0-rc1 (#1342) 2025-02-21 03:18:04 +08:00
fixtures feat: forbid bad field access syntax in math mode (#1550) 2025-03-20 19:44:28 +08:00
syntax feat: complete std which isn't in any builtin scopes (#1483) 2025-03-10 23:03:43 +08:00
testing feat: add test framework with coverage support (#1518) 2025-03-17 22:41:33 +08:00
ty fix: distinguish content value from content type (#1482) 2025-03-10 22:53:38 +08:00
upstream feat: bump typst to v0.13.0-rc1 (#1342) 2025-02-21 03:18:04 +08:00
analysis.rs feat: clean up logs (#1473) 2025-03-10 11:41:41 +08:00
code_action.rs docs: split and documenting code action worker (#977) 2024-12-11 11:03:47 +08:00
code_context.rs fix: add more kind checking about MathText (#1415) 2025-02-27 11:41:30 +08:00
code_lens.rs feat: employ l10n to tinymist-cli and vscode extension (#1505) 2025-03-15 10:38:07 +08:00
color_presentation.rs dev: refactor tasks (#411) 2024-07-14 17:40:01 +08:00
completion.rs fix: revert the explicit detection again (#1525) 2025-03-19 13:07:10 +08:00
diagnostics.rs feat: fledge diagnostic hint patterns by updating 2 refiners (#1544) 2025-03-20 14:30:35 +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 fix: the path to join is shadowed by a local variable (#1322) (#1335) 2025-02-20 00:50:10 +08:00
document_metrics.rs feat: bump typst to v0.13.0-rc1 (#1342) 2025-02-21 03:18:04 +08:00
document_symbol.rs feat: fold continue line comments (#1043) 2024-12-28 12:17:34 +08:00
folding_range.rs feat: fold continue line comments (#1043) 2024-12-28 12:17:34 +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 feat: prefer to select the previous token when cursor is before a marker (#1175) 2025-01-15 14:33:26 +08:00
hover.rs feat: bump typst to v0.13.0-rc1 (#1342) 2025-02-21 03:18:04 +08:00
inlay_hint.rs refactor: simplify and document lsp_typst_boundary crate (#1049) 2024-12-22 11:21:04 +08:00
jump.rs fix: add more kind checking about MathText (#1415) 2025-02-27 11:41:30 +08:00
lib.rs feat: add test framework with coverage support (#1518) 2025-03-17 22:41:33 +08:00
lsp_typst_boundary.rs feat: profile and visualize coverage of the current document (#1490) 2025-03-15 11:49:51 +08:00
on_enter.rs fix: revert enter feature in list or enum (#1446) 2025-03-06 12:32:42 +08:00
package.rs feat: move world implementation (#1183) 2025-01-19 08:25:35 +08:00
prelude.rs feat: move world implementation (#1183) 2025-01-19 08:25:35 +08:00
prepare_rename.rs feat: bump typst to v0.13.0-rc1 (#1342) 2025-02-21 03:18:04 +08:00
references.rs feat: encode and use workspace information into PackageSpec (#1187) 2025-01-19 11:51:00 +08:00
rename.rs feat: encode and use workspace information into PackageSpec (#1187) 2025-01-19 11:51:00 +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 feat: encode and use workspace information into PackageSpec (#1187) 2025-01-19 11:51:00 +08:00
tests.rs feat: handle enters in list or enum items (#1442) 2025-03-05 12:30:47 +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 feat: encode and use workspace information into PackageSpec (#1187) 2025-01-19 11:51:00 +08:00