Vscode-cpptools: Expose the inactive lines color setting so it can be set via color scheme

Created on 28 Feb 2018  Â·  1Comment  Â·  Source: microsoft/vscode-cpptools

It's true that Visual Studio does not (I don't think) allow changing this, but Eclipse and others do. Specifically I would like to have a shaded background for inactive preprocessor blocks, like the first image in issue #510. (In fact, this image may have come from Eclipse)

So in the color scheme, could we have a scope like "meta.preprocessor.inactive" or something, that would let users adjust the color to their liking?

Here is an example setting in the color scheme:
image

Thank you!

Feature Request Language Service fixed (release pending) help wanted

Most helpful comment

0.18.0 should have the fix: C_Cpp.inactiveRegionForegroundColor and C_Cpp.inactiveRegionBackgroundColor settings.

>All comments

0.18.0 should have the fix: C_Cpp.inactiveRegionForegroundColor and C_Cpp.inactiveRegionBackgroundColor settings.

Was this page helpful?
0 / 5 - 0 ratings