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

#include <Protocol.h>

Collaboration diagram for lspserver::SemanticTokensDeltaParams:
[legend]

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
 
std::string previousResultId
 The previous result id.
 

Detailed Description

Body of textDocument/semanticTokens/full/delta request. Requests the changes in semantic tokens since a previous response.

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

Member Data Documentation

◆ previousResultId

std::string lspserver::SemanticTokensDeltaParams::previousResultId

The previous result id.

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

Referenced by lspserver::fromJSON().

◆ textDocument

TextDocumentIdentifier lspserver::SemanticTokensDeltaParams::textDocument

The text document.

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

Referenced by lspserver::fromJSON().


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