mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 21:19:37 +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
|
|
@ -297,7 +297,7 @@ mod polymorphic {
|
|||
DocumentLink(Option<Vec<DocumentLink>>),
|
||||
DocumentHighlight(Option<Vec<DocumentHighlight>>),
|
||||
ColorPresentation(Option<Vec<ColorPresentation>>),
|
||||
CodeAction(Option<Vec<CodeActionOrCommand>>),
|
||||
CodeAction(Option<Vec<CodeAction>>),
|
||||
CodeLens(Option<Vec<CodeLens>>),
|
||||
Completion(Option<CompletionList>),
|
||||
SignatureHelp(Option<SignatureHelp>),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue