The parameters of a CodeActionRequest.

Fields

@:optionaloptionalworkDoneToken:Null<ProgressToken>

An optional token that a server can use to report work done progress.

textDocument:TextDocumentIdentifier

The document in which the command was invoked.

range:Range

The range for which the command was invoked.

@:optionaloptionalpartialResultToken:Null<ProgressToken>

An optional token that a server can use to report partial results (e.g. streaming) to the client.

context:CodeActionContext

Context carrying additional information.