syntax highlighting - How to get Visual Studio 2012 to grey out ifdef instead of dimming it -


in our code there lots of passages ifdef'ed out. former version of visual studio, had been greyed out. visual studio 2012, however, no longer greyed out dimmed, i.e. these passages appear colours of syntax highlighting scheme, less saturated colours. programmer @ microsoft implemented must have thought cool, in practise makes hard tell if passage active or inactive.

has found way tricking visual studio 2012 using old way of greying out inactive passages?

thanks reply

you have opacity setting can change:

in tools -> options -> text editor -> c/c++ -> formatting can change inactive code opacity percent. default 65, change higher.
or
set disable inactive code opacity true if want cancel altogether.

enter image description here


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -