Skip to content

How to add an additional variable type? #9737

Answered by sean-mcmanus
Ruslan618 asked this question in Q&A
Discussion options

You must be logged in to vote

You could set the "forcedInclude" property to be some file with additional definitions or use some code like

#ifdef __INTELLISENSE__
// other defs
#endif

in an existing header.

Also, I'm assuming you're using the "C/C++" extension (this extension). If you're using the "C/C++ Intellisense" extension that you would be a different one.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@Ruslan618
Comment options

@sean-mcmanus
Comment options

@Ruslan618
Comment options

@Ruslan618
Comment options

@sean-mcmanus
Comment options

Answer selected by Ruslan618
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