Does cpptools support preprocessor like #ifdef ? #9038
Answered
by
sean-mcmanus
daxianji007
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcmanus
Mar 18, 2022
Replies: 1 comment
-
That's a side of effect of our tag parser mode (global symbol parsing) which doesn't evaluate macro defines. Somewhat "by design". I don't know of a workaround. You could try filing an issue at https://developercommunity.visualstudio.com/ and see what they say. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daxianji007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a side of effect of our tag parser mode (global symbol parsing) which doesn't evaluate macro defines. Somewhat "by design". I don't know of a workaround. You could try filing an issue at https://developercommunity.visualstudio.com/ and see what they say.