LLVM: llvm::lsp::DidChangeTextDocumentParams Struct Reference (original) (raw)
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| VersionedTextDocumentIdentifier | textDocument |
| The document that changed. | |
| std::vector< TextDocumentContentChangeEvent > | contentChanges |
| The actual content changes. |
Detailed Description
Definition at line 523 of file Protocol.h.
Member Data Documentation
◆ contentChanges
std::vector<TextDocumentContentChangeEvent> llvm::lsp::DidChangeTextDocumentParams::contentChanges
The actual content changes.
Definition at line 528 of file Protocol.h.
◆ textDocument
VersionedTextDocumentIdentifier llvm::lsp::DidChangeTextDocumentParams::textDocument
The document that changed.
Definition at line 525 of file Protocol.h.
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h