Is it possible to setup a macro (or something), which can resolve within a project flags, and hide code which is #if’d out? For example:
#if MY_FLAG
//do something here
#endif
If we have MY_FLAG defined as 0, I want sublime to be able to “hide” the code. Does that make sense? I know that I’ve seen this done with slickedit, but I much prefer sublime text. I currently have a registered and purchased version of sublime text 3.