Open
Description
Feature Request
Consider following:
#if SOMETHING
/* some code */
#ENDIF
I'd like to be able to change how SOMETHING is defined for purpose of Intellisense parsing via right-click menu. This menu should have following entries:
Enable define (set to 1)
Disable define (set to 0)
Set value
Current value: ...
(the last one allows to set specific value)
Each option should should change "defines" in c_cpp_properties.json accordingly, and trigger Intellisense.