mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 12:34:39 +00:00
feat: autofix unknown variable: a and file not found (searched at a.typ) by code action (#1743)
* feat: check context * feat: implement it * fix: warnings * test: update snapshot
This commit is contained in:
parent
d6d3766b6f
commit
38974a3b5e
26 changed files with 834 additions and 84 deletions
|
|
@ -65,6 +65,14 @@ pub struct Analysis {
|
|||
pub allow_multiline_token: bool,
|
||||
/// Whether to remove html from markup content in responses.
|
||||
pub remove_html: bool,
|
||||
/// Whether to utilize the extended `tinymist.resolveCodeAction` at client
|
||||
/// side.
|
||||
///
|
||||
/// The extended feature by `tinymist.resolveCodeAction`:
|
||||
/// - supports Snippet edit.
|
||||
///
|
||||
/// The example implementation can be found in the VS Code extension.
|
||||
pub extended_code_action: bool,
|
||||
/// Tinymist's completion features.
|
||||
pub completion_feat: CompletionFeat,
|
||||
/// The editor's color theme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue