T
tshad
In VS 2008, where do I get rid of the lines between the braces that help you
see the block code. I assume it is somewhere in the options settings.
Is there an easy way to turn it on and off?
Also, it underlines almost everything. One thing that is irritating is:
DataSet ds = new DataSet();
The "ds" will have a yellow underline and if you hover over it, it shows:
Issue:
Complex Member (no fixes available)
What fix? Why does it even show that?
How do I get rid of that underline?
Thanks,
Tom
see the block code. I assume it is somewhere in the options settings.
Is there an easy way to turn it on and off?
Also, it underlines almost everything. One thing that is irritating is:
DataSet ds = new DataSet();
The "ds" will have a yellow underline and if you hover over it, it shows:
Issue:
Complex Member (no fixes available)
What fix? Why does it even show that?
How do I get rid of that underline?
Thanks,
Tom