#ifdef XXXX
inactive code; /// the code should be active
#else
inactive code;
#endif
In my workspace, all macros are defined in conifg.h
, so how operate or configure vscode to macro can be useful.
I try fix .vscode/c_cpp_properties.json
add defines :[] but there are many macros.
New contributor
chunyexixiaoyu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1