GenLSP.Protocol.Structures.CodeActionParams (gen_lsp v0.0.1)

The parameters of a CodeActionRequest.

properties

Properties

textDocument :: TextDocumentIdentifier (required)

The document in which the command was invoked.

range :: Range (required)

The range for which the command was invoked.

context :: CodeActionContext (required)

Context carrying additional information.