LLVM 22.0.0git
llvm::lsp::CodeActionParams Struct Reference

#include "llvm/Support/LSP/Protocol.h"

Public Attributes

TextDocumentIdentifier textDocument
 The document in which the command was invoked.
Range range
 The range for which the command was invoked.
CodeActionContext context
 Context carrying additional information.

Detailed Description

Definition at line 1178 of file Protocol.h.

Member Data Documentation

◆ context

CodeActionContext llvm::lsp::CodeActionParams::context

Context carrying additional information.

Definition at line 1186 of file Protocol.h.

◆ range

Range llvm::lsp::CodeActionParams::range

The range for which the command was invoked.

Definition at line 1183 of file Protocol.h.

◆ textDocument

TextDocumentIdentifier llvm::lsp::CodeActionParams::textDocument

The document in which the command was invoked.

Definition at line 1180 of file Protocol.h.


The documentation for this struct was generated from the following file: