LLVM: llvm::lsp::TextEdit Struct Reference (original) (raw)
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| Range | range |
| The range of the text document to be manipulated. | |
| std::string | newText |
| The string to be inserted. |
Definition at line 771 of file Protocol.h.
◆ newText
std::string llvm::lsp::TextEdit::newText
◆ range
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 774 of file Protocol.h.
Referenced by llvm::lsp::operator==().
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h