vote up 3 vote down star

The Eclipse IDE has a neat little feature that I really miss in Visual Studio.

If I place the cursor on a variable or method name, the IDE will automatically highlight all references to it in the current document within the relevant scope.

I can't seem to find an option to turn on similar behaviour in VS2008 or Resharper 4. I know VS has a Find Usages function, but I'd like to do it automatically on the fly.

Does anyone know of a free addin which will add this functionality?

flag

4 Answers

vote up 2 vote down check

If you're using ReSharper, you can highlight the usages in the file with Shift-Alt-F11. Place your cursor on the variable you want to find usages of, and press the Shift-Alt-F11 combination.

link|flag
vote up 1 vote down

There is an add-in for Visual Studio that will do something similar called RockScroll. When you double click on something, it will highlight all occurrences of the item you double clicked. It also changes the vertical scrollbar to a "syntax highlighted thumbnail view" showing an overview of where the item occurs in the file.

link|flag
Note that RockScroll doesn't highlight by entity, but by string. But it is an excellent plugin. – Benjol Jul 23 at 9:40
vote up 1 vote down

I know you mentioned ReSharper, but CodeRush has a nice references window that you can dock and let it search for things on-the-fly or on demand. As a bonus, you can select each usage and it will show you the context surrounding the usage. It also works for methods.

I mentioned CodeRush since they have an express edition, which looks like it includes that feature, but I haven't tried that edition.

link|flag
vote up 0 vote down

Ctrl + F, Next, Next, ...

link|flag
This isn't really a solution for what I was asking, is it? – Winston Smith Dec 9 '08 at 14:51
not really....sorry. I wonder the same thing myself. You should probably vote me down. – jjnguy Dec 9 '08 at 14:54
That would be pointless, given you marked your answer as a wiki :-) – Winston Smith Dec 10 '08 at 9:48
I gave you the best answer that I knew of, but I figured that it was probably bad, so I made it a wiki to prevent rep loss. Also I wanted to prevent rep gain from somebody thinking the post was funny. – jjnguy Dec 10 '08 at 16:09
Suggestion - delete your answer :) – Benjol Jul 23 at 9:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.