LLVM 22.0.0git
|
#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. |
Definition at line 1178 of file Protocol.h.
CodeActionContext llvm::lsp::CodeActionParams::context |
Context carrying additional information.
Definition at line 1186 of file Protocol.h.
Range llvm::lsp::CodeActionParams::range |
The range for which the command was invoked.
Definition at line 1183 of file Protocol.h.
TextDocumentIdentifier llvm::lsp::CodeActionParams::textDocument |
The document in which the command was invoked.
Definition at line 1180 of file Protocol.h.