mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-23 12:45:04 +00:00
feat: auto complete parameters after completing a function (#150)
* feat: auto complete parameters after completing a function * dev: update snapshot * dev: update completion snapshot
This commit is contained in:
parent
d71dd38b98
commit
bd610b2323
9 changed files with 69 additions and 24 deletions
|
@ -250,6 +250,7 @@ fn complete_path(
|
|||
kind: CompletionKind::Folder,
|
||||
apply: None,
|
||||
detail: None,
|
||||
command: None,
|
||||
});
|
||||
} else {
|
||||
module_completions.push(Completion {
|
||||
|
@ -257,6 +258,7 @@ fn complete_path(
|
|||
kind: CompletionKind::Module,
|
||||
apply: None,
|
||||
detail: None,
|
||||
command: None,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue