mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 21:19:37 +00:00
feat: provide elementary font view (#932)
* dev: font view * dev: tune functionality * dev: add a todo
This commit is contained in:
parent
fb98a7102a
commit
3c98d574a2
23 changed files with 1103 additions and 173 deletions
|
|
@ -394,7 +394,7 @@ mod polymorphic {
|
|||
Formatting(Option<Vec<TextEdit>>),
|
||||
FoldingRange(Option<Vec<FoldingRange>>),
|
||||
SelectionRange(Option<Vec<SelectionRange>>),
|
||||
InteractCodeContext(Option<Vec<InteractCodeContextResponse>>),
|
||||
InteractCodeContext(Option<Vec<Option<InteractCodeContextResponse>>>),
|
||||
|
||||
OnEnter(Option<Vec<TextEdit>>),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue