mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
docs: add dev guide of tinymist-query
(#1064)
This commit is contained in:
parent
dd67518248
commit
c66615934c
7 changed files with 136 additions and 6 deletions
8
crates/tinymist-query/src/fixtures/completion/README.md
Normal file
8
crates/tinymist-query/src/fixtures/completion/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
# Fixtures
|
||||
|
||||
This is the fixtures directory that testing the [`textDocument/completion`](/crates/tinymist-query/src/completion.rs) function.
|
||||
|
||||
## Contributing
|
||||
|
||||
Please check [CONTRIBUTING.md](/CONTRIBUTING.md) and [Guide to develop `tinymist-query`](/docs/dev-guide/tinymist-query.md#testing-analyzers).
|
|
@ -7,7 +7,7 @@ use crate::prelude::*;
|
|||
///
|
||||
/// # Compatibility
|
||||
///
|
||||
/// The [`GotoDefinitionResponse::Link`](lsp_types::GotoDefinitionResponse::Link) return value
|
||||
/// The [`GotoDefinitionResponse::Link`] return value
|
||||
/// was introduced in specification version 3.14.0 and requires client-side
|
||||
/// support in order to be used. It can be returned if the client set the
|
||||
/// following field to `true` in the `initialize` method:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//! The [`CompileServerActor`] implementation borrowed from typst.ts.
|
||||
//!
|
||||
//! Please check `tinymist::actor::typ_client` for architecture details.
|
||||
//! Jumping from and to source and the rendered document.
|
||||
|
||||
use std::num::NonZeroUsize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue