LSP::CompletionParams
Inherits JSON::Serializable < LSP::TextDocumentPositionParams < JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
context
The completion context. This is only available if the client specifies
to send this using ClientCapabilities.textDocument.completion.contextSupport === true
context=(context : CompletionContext | Nil)
The completion context. This is only available if the client specifies
to send this using ClientCapabilities.textDocument.completion.contextSupport === true