tinymist/tools/editor-tools/src
Myriad-Dreamin 7c00eba127
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
feat: introspect and show complation statistics happening in the language server (#1958)
Adds capability to introspect complations happening in the language
server, to help improve efficiency. I expect most compilations are
caused by tracing for analyzing dynamic expressions, but I haven't
really profiled a document. Then introspection will help confirm or
refute the expectation.
2025-11-03 19:28:42 +08:00
..
components feat: use card/button styles from vscode themes (#2100) 2025-09-02 11:10:43 +08:00
features feat: introspect and show complation statistics happening in the language server (#1958) 2025-11-03 19:28:42 +08:00
styles feat: revamp symbol view and add optional details (#2101) 2025-09-10 11:27:44 +08:00
utils feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
.gitignore feat: support tracing execution in current document (#166) 2024-04-06 13:32:11 +08:00
global.d.ts feat: supports vscode variables in configurations and (#53) 2024-03-16 23:12:40 +08:00
icons.ts feat: add font list export panel in summary tool (#322) 2024-06-17 17:17:11 +08:00
main.base.ts feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
main.symbol-view.ts feat: revamp symbol view and add optional details (#2101) 2025-09-10 11:27:44 +08:00
main.ts feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
style.css feat: revamp symbol view and add optional details (#2101) 2025-09-10 11:27:44 +08:00
types.ts feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
utils.ts feat: run prettier correctly (#1893) 2025-07-09 19:34:57 +08:00
vite-env.d.ts feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
vscode.ts feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00