class

LSP::CompletionRequest

Inherits LSP::Initializer < LSP::RequestMessage < LSP::Initializer < JSON::Serializable < LSP::Message < Reference < Object

The Completion request is sent from the client to the server to compute completion items at a given cursor position.

Completion items are presented in the IntelliSense.

Constructors

new(pull : JSON::PullParser)

The Completion request is sent from the client to the server to compute completion items at a given cursor position.

Completion items are presented in the IntelliSense.

new

Instance methods

params
params=(params : CompletionParams)