LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
Range | range |
The range of the text document to be manipulated. | |
std::string | newText |
The string to be inserted. |
Definition at line 754 of file Protocol.h.
std::string llvm::lsp::TextEdit::newText |
The string to be inserted.
For delete operations use an empty string.
Definition at line 761 of file Protocol.h.
Referenced by llvm::lsp::operator==().
Range llvm::lsp::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 757 of file Protocol.h.
Referenced by llvm::lsp::operator==().