Open wlh320 opened 5 months ago
I found that there has already been item_defaults field in CompletionListCapability.
item_defaults
CompletionListCapability
https://github.com/gluon-lang/lsp-types/blob/18ed1b82dad435aba0b3643d0fa14fa12e77a0dc/src/completion.rs#L205
However, CompletionList struct still does not support specifying itemDefaults.
CompletionList
itemDefaults
Are there any plans to support this feature? Thank you!
Corresponding LSP specification: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList
I found that there has already been
item_defaults
field inCompletionListCapability
.https://github.com/gluon-lang/lsp-types/blob/18ed1b82dad435aba0b3643d0fa14fa12e77a0dc/src/completion.rs#L205
However,
CompletionList
struct still does not support specifyingitemDefaults
.Are there any plans to support this feature? Thank you!
Corresponding LSP specification: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList