class

LSP::CodeActionParams

Inherits JSON::Serializable < Reference < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

context

Context carrying additional information.

Source
context=(context : CodeActionContext)

Context carrying additional information.

Source
range

The range for which the command was invoked.

Source
range=(range : Range)

The range for which the command was invoked.

Source
text_document

The document in which the command was invoked.

Source
text_document=(text_document : TextDocumentIdentifier)

The document in which the command was invoked.

Source