Skip to content

About understanding how C/C++ extension actually implements/generates SemanticTokens #8311

Answered by Colengms
REYNEP asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @REYNEP . Semantic tokens are generated as a result of IntelliSense parsing. IntelliSense is implemented in a closed source component (cpptools and cpptools-srv processes). GetSemanticTokensRequest is a message sent to that component to request a list of semantic tokens from the IntelliSense engine.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@REYNEP
Comment options

@Colengms
Comment options

@REYNEP
Comment options

@REYNEP
Comment options

Answer selected by REYNEP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants