Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Documentation (RFD) #931

Open
1 of 14 tasks
Myriad-Dreamin opened this issue Dec 3, 2024 · 0 comments
Open
1 of 14 tasks

Request for Documentation (RFD) #931

Myriad-Dreamin opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Myriad-Dreamin
Copy link
Owner

Myriad-Dreamin commented Dec 3, 2024

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)
    • LSP request crates (src/*.rs)
    • syntax crates (src/syntax/*.rs), containing AST-level analyzers.
    • type crates (src/type/*.rs), containing type definitions and operations.
    • analysis crates (src/analysis/*.rs), containing core analyzers based on syntax and type crates.
    • docs crates (src/docs/*.rs), containing docs utilities.
    • package crates (src/package/*.rs), containing package utilities.
  • VS Code extension (editor/vscode)
    • main module (src/extension.ts), containing lifetime hooks and contributed commands.
    • lsp module (src/features/*.ts), containing lsp functions.
    • 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".

@Myriad-Dreamin Myriad-Dreamin pinned this issue Dec 3, 2024
@Myriad-Dreamin Myriad-Dreamin added enhancement New feature or request good first issue Good for newcomers labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant