You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since lack of contributors, we focus on adding more functions instead of documenting everything. But tinymist has finished its software architecture since 0.12.2, it'll deserve to slow down development, refactor and add more documentation.
feature modules (src/features/*.ts), each of which is an extension feature.
editor-tool (tools/editor-tools)
component modules (src/component/*.ts), each of which is a commonly-used component.
feature modules (src/features/*.ts), each of which is a tool page.
Since lack of contributors, we focus on adding more functions instead of documenting everything.
The above list of code is so long that people can request part of them to prioritize refactoring or documenting under this issue, so called "Request for Documentation".
The text was updated successfully, but these errors were encountered:
Since lack of contributors, we focus on adding more functions instead of documenting everything. But tinymist has finished its software architecture since 0.12.2, it'll deserve to slow down development, refactor and add more documentation.
tinymist-query
(crates/tinymist-query
)src/*.rs
)src/syntax/*.rs
), containing AST-level analyzers.src/type/*.rs
), containing type definitions and operations.src/analysis/*.rs
), containing core analyzers based on syntax and type crates.src/docs/*.rs
), containing docs utilities.src/package/*.rs
), containing package utilities.editor/vscode
)src/extension.ts
), containing lifetime hooks and contributed commands.src/features/*.ts
), containing lsp functions.src/features/*.ts
), each of which is an extension feature.editor-tool
(tools/editor-tools
)src/component/*.ts
), each of which is a commonly-used component.src/features/*.ts
), each of which is a tool page.The above list of code is so long that people can request part of them to prioritize refactoring or documenting under this issue, so called "Request for Documentation".
The text was updated successfully, but these errors were encountered: