clang-tools 20.0.0git
|
#include <Protocol.h>
Public Attributes | |
VersionedTextDocumentIdentifier | textDocument |
The text document to change. | |
std::vector< TextEdit > | edits |
The edits to be applied. | |
Definition at line 280 of file Protocol.h.
std::vector<TextEdit> clang::clangd::TextDocumentEdit::edits |
The edits to be applied.
FIXME: support the AnnotatedTextEdit variant.
Definition at line 286 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().
VersionedTextDocumentIdentifier clang::clangd::TextDocumentEdit::textDocument |
The text document to change.
Definition at line 282 of file Protocol.h.
Referenced by clang::clangd::fromJSON(), and clang::clangd::toJSON().