views:

217

answers:

2

Eclipse-like features in Visual Studio

I really like the feature where you can double click (select) a variable and it is highlighted through out the page (Can see all the instances of it). How can I get this feature in visual studio (2005 or 2008 or other)? Is there an option or plug-in to turn this on?

I am sure there are features in Eclipse I don't use that would be useful but not obvious or built into VS. Also I am sure there are VS features that are not in Eclipse. If others want to add that to this thread that would be fine. This one feature is the one I use a lot and would really like to use on a daily basis.

+1  A: 

I would recommend looking at ReSharper. It gives you many different options and ways to customize Visual Studio.

jamesaharvey
+1  A: 

I didn't see highlighting feature in VS2005-2008 but you can get it and many other nice features after installing ReSharper add-in.

aku