LLVM 22.0.0git
llvm::lsp::DidChangeTextDocumentParams Struct Reference

#include "llvm/Support/LSP/Protocol.h"

Public Attributes

VersionedTextDocumentIdentifier textDocument
 The document that changed.
std::vector< TextDocumentContentChangeEventcontentChanges
 The actual content changes.

Detailed Description

Definition at line 511 of file Protocol.h.

Member Data Documentation

◆ contentChanges

std::vector<TextDocumentContentChangeEvent> llvm::lsp::DidChangeTextDocumentParams::contentChanges

The actual content changes.

Definition at line 516 of file Protocol.h.

◆ textDocument

VersionedTextDocumentIdentifier llvm::lsp::DidChangeTextDocumentParams::textDocument

The document that changed.

Definition at line 513 of file Protocol.h.


The documentation for this struct was generated from the following file: