how to distinguish a variable from static,local,global with token #8208
Answered
by
Colengms
MisterY (cloud-yu)
asked this question in
Q&A
global variable |
Answered by
Colengms
Oct 1, 2021
Replies: 1 comment
|
Hi MisterY (@cloud-yu) . The C/C++ extension will emit semantic tokens for Customizing the colorization of |
0 replies
Answer selected by
cloud-yu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi MisterY (@cloud-yu) . The C/C++ extension will emit semantic tokens for
localandglobalvariables, but it don't believe it currently identifiesstaticvariables. I would suggest opening a feature request (as an issue).Customizing the colorization of
localandglobalcould be done using a setting, like so: