You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request about the C/C++ developement workflow
Visual Studio proper grey out non active preprocessor block (that doesn't meet the #if or #ifdef conditions)
Here a screenshot of Visual Studio 2017 on a Windows box. The macro _WIN32 is defined here:
Visual Studio Code doesn't handle this functionality at all, here's the same code as shown by VSCode, on a Linux box (_WIN32 not defined. __linux__ defined) :
(the syntax highlighting is also broken, this bug was reported by issue #25198)
The text was updated successfully, but these errors were encountered:
This is a feature request about the C/C++ developement workflow
Visual Studio proper grey out non active preprocessor block (that doesn't meet the #if or #ifdef conditions)
Here a screenshot of Visual Studio 2017 on a Windows box. The macro
_WIN32
is defined here:Visual Studio Code doesn't handle this functionality at all, here's the same code as shown by VSCode, on a Linux box (
_WIN32
not defined.__linux__
defined) :(the syntax highlighting is also broken, this bug was reported by issue #25198)
The text was updated successfully, but these errors were encountered: