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

A versioned set of tokens. More...

#include <Protocol.h>

Public Attributes

std::string resultId
 
std::vector< SemanticTokentokens
 The actual tokens.
 

Detailed Description

A versioned set of tokens.

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

Member Data Documentation

◆ resultId

std::string lspserver::SemanticTokens::resultId

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

◆ tokens

std::vector<SemanticToken> lspserver::SemanticTokens::tokens

The actual tokens.

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


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