mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-18 18:25:00 +00:00
dev: recover module completion (#151)
* dev: recover module completion * dev: update snapshot
This commit is contained in:
parent
bd610b2323
commit
d256ff0556
2 changed files with 10 additions and 4 deletions
|
@ -879,9 +879,15 @@ fn code_completions(ctx: &mut CompletionContext, hash: bool) {
|
|||
);
|
||||
|
||||
ctx.snippet_completion(
|
||||
"import expression",
|
||||
"import module",
|
||||
"import \"${}\"",
|
||||
"Imports module from another file.",
|
||||
);
|
||||
|
||||
ctx.snippet_completion(
|
||||
"import module by expression",
|
||||
"import ${}",
|
||||
"Imports items from another file.",
|
||||
"Imports items by expression.",
|
||||
);
|
||||
|
||||
ctx.snippet_completion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue