-
global variable |
Beta Was this translation helpful? Give feedback.
Answered by
Colengms
Oct 1, 2021
Replies: 1 comment
-
Hi @cloud-yu . The C/C++ extension will emit semantic tokens for Customizing the colorization of
|
Beta Was this translation helpful? Give feedback.
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 @cloud-yu . The C/C++ extension will emit semantic tokens for
local
andglobal
variables, but it don't believe it currently identifiesstatic
variables. I would suggest opening a feature request (as an issue).Customizing the colorization of
local
andglobal
could be done using a setting, like so: