vscode can jump to macros definition in header file, but #ifdef XXXX(the macro can be jumped and notified) code is inactive
#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. c++ c visual-studio-code macros New contributor chunyexixiaoyu is a […]