Get rid of some of the options in 2008

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
 
H

Hans Kesting

tshad wrote on 9-9-2009 :
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

I don't recognise this behaviour in VS2008. Do you have any plugins
installed that do this?

Hans Kesting
 
H

henry.lee.jr

tshad wrote on 9-9-2009 :












I don't recognise this behaviour in VS2008. Do you have any plugins
installed that do this?

Hans Kesting

I did a Google search for that error message and sounds like it's
coming from a VS Plugin called "CodeRush". My guess is that most of
those problems are coming from there.
 
J

Jeff Johnson

I did a Google search for that error message and sounds like it's
coming from a VS Plugin called "CodeRush". My guess is that most of
those problems are coming from there.

If it's CodeRush then it most definitely can be turned off. I have it and
while I like the lines he's talking about, there are other features that I
find a bit intrusive, so I disable them.
 
T

tshad

Jeff Johnson said:
I did a Google search for that error message and sounds like it's
coming from a VS Plugin called "CodeRush". My guess is that most of
those problems are coming from there.

If it's CodeRush then it most definitely can be turned off. I have it and
while I like the lines he's talking about, there are other features that I
find a bit intrusive, so I disable them.[/QUOTE]

That may be what I have.

I also like some of the features but the popup windows that block windows I
am trying to see by hovering over a variable or class is irritating,
especially the one that comes up to say (Complex Member (no fixes
available)). This one comes up all the time. If there is nothing
available, don't come up.

Where do I turn off some of the features.

Thanks,

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top