tinymist/tools/editor-tools
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
..
src feat: introspect and show complation statistics happening in the language server (#1958) 2025-11-03 19:28:42 +08:00
.gitignore feat: complete symbol view (#218) 2024-04-27 09:58:58 +08:00
index.html feat: provide package view and local documentation (#596) 2024-09-12 21:17:07 +08:00
package.json build: make use of async io of js to speed up vscode builds (#2069) 2025-08-31 18:34:20 +08:00
tsconfig.json feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00
vite.config.js feat: revamp font view with more features and better styles (#2060) 2025-09-02 10:02:32 +08:00