nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::TextDocumentEdit Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::TextDocumentEdit:
[legend]

Public Attributes

VersionedTextDocumentIdentifier textDocument
 The text document to change.
 
std::vector< TextEditedits
 

Detailed Description

Definition at line 262 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ edits

std::vector<TextEdit> lspserver::TextDocumentEdit::edits

The edits to be applied. FIXME: support the AnnotatedTextEdit variant.

Definition at line 268 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON(), and lspserver::toJSON().

◆ textDocument

VersionedTextDocumentIdentifier lspserver::TextDocumentEdit::textDocument

The text document to change.

Definition at line 264 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON(), and lspserver::toJSON().


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