SFML community forums

General => General discussions => Topic started by: vro on February 27, 2011, 07:51:43 pm

Title: Visual Studio 2008 express, reference highlighting???
Post by: vro on February 27, 2011, 07:51:43 pm
I am new to VS and am used to code blocks or notepadd++ and what I really like about both of them is the reference highlighting (i think that's what it's called).

I really like being able to highlight an object/variable/etc and seeing all instances of it highlighted in the rest of the .cpp

Also these programs will highlight the opposite brace such as
{
}

Not that these features are needed but I find them very useful sometimes and I'm surprised these programs have them but VS doesn't?

Is there a free and express compatible add-on or plugin to get these features in VS 2008 or 2010 express?
Title: Visual Studio 2008 express, reference highlighting???
Post by: Nexus on February 27, 2011, 11:44:10 pm
I think the Express version can't even have add-ons. But paired parentheses should be highlighted by default (or it's at least configurable).

A commercial and quite nice add-on would be Visual Assist X.
Title: Visual Studio 2008 express, reference highlighting???
Post by: vro on March 01, 2011, 01:17:47 am
it's pretty surprising that these features aren't standard in such an expensive and widely used IDE, am i wrong?
Title: Visual Studio 2008 express, reference highlighting???
Post by: Relic on March 01, 2011, 05:16:23 am
Quote
Also these programs will highlight the opposite brace such as
{
}

Quote
it's pretty surprising that these features aren't standard in such an expensive and widely used IDE, am i wrong?

At least in VS Pro+ brace matching is highlighted out of the box and may be configured. IIRC, in Express it is configurable as well. Something like: Tools->Options->Environment->Fonts and Colors->Brace Matching. In Express not all options are available by default but they may be turned on.