hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
DidChangeTextDocumentParams Struct Reference

#include <protocol.h>

Collaboration diagram for DidChangeTextDocumentParams:

Public Attributes

VersionedTextDocumentIdentifier textDocument
 
std::vector< TextDocumentContentChangeEventcontentChanges
 

Detailed Description

Definition at line 137 of file protocol.h.

Member Data Documentation

◆ contentChanges

std::vector<TextDocumentContentChangeEvent> contentChanges

Definition at line 139 of file protocol.h.

Referenced by lsp::from_json(), and LspServer::handleDidChange().

◆ textDocument

Definition at line 138 of file protocol.h.

Referenced by lsp::from_json(), and LspServer::handleDidChange().


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