mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-25 05:33:45 +00:00
feat: provide UFCS-style completion on content types (#849)
* feat: UFCS completion on content types * dev: cleanup panics * feat: add configuration about postfix completion * test: update snapshot * fix: lazily determine default values
This commit is contained in:
parent
a1a15a6795
commit
d0b40dbfa6
20 changed files with 570 additions and 178 deletions
|
@ -242,6 +242,7 @@ impl StatefulRequest for CompletionRequest {
|
|||
}
|
||||
}),
|
||||
text_edit: Some(text_edit),
|
||||
additional_text_edits: typst_completion.additional_text_edits.clone(),
|
||||
insert_text_format: Some(InsertTextFormat::SNIPPET),
|
||||
commit_characters: typst_completion
|
||||
.commit_char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue