clang-tools
11.0.0
|
#include <Protocol.h>
Public Attributes | |
Range | range |
The range of the text document to be manipulated. More... | |
std::string | newText |
The string to be inserted. More... | |
Definition at line 219 of file Protocol.h.
std::string clang::clangd::TextEdit::newText |
The string to be inserted.
For delete operations use an empty string.
Definition at line 226 of file Protocol.h.
Referenced by clang::clangd::operator<<(), and clang::clangd::operator==().
Range clang::clangd::TextEdit::range |
The range of the text document to be manipulated.
To insert text into a document create a range where start === end.
Definition at line 222 of file Protocol.h.
Referenced by clang::clangd::operator<<(), and clang::clangd::operator==().