|
nixd
|
#include <Protocol.h>
Public Attributes | |
| TextDocumentIdentifier | textDocument |
| The text document. | |
| std::string | previousResultId |
| The previous result id. | |
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.
| std::string lspserver::SemanticTokensDeltaParams::previousResultId |
The previous result id.
Definition at line 1722 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
| TextDocumentIdentifier lspserver::SemanticTokensDeltaParams::textDocument |
The text document.
Definition at line 1720 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().