views:

91

answers:

2

I was used to use RockScroll (or MetalScroll), but when I started to use ReSharper my RockScroll start to show some bugs. Well, this is scope to another discussion http://stackoverflow.com/questions/1089493/is-rockscroll-compatible-with-resharper.

But my problem is related, because now without MetalScroll I can't highlight all occurrences, what I consider very useful in many situations.

Someone have another plugin for VS2010 or for ReSharper that do the same or better?

+3  A: 

I think you are looking for "Highlight usages in file" This can be access via Shift+Alt+F11 or Ctrl+Shift+F7 depending if you are using VS key bindings or InteliJ bindings. Use either Ctrl+Alt+Up/Down or Ctrl+Alt+PageUp/PageDown to go to next and previous highlights.

You can also use the Ctrl+Alt+G combo to bring up a menu of what to jump to. This can be used to move the cursor to the next occurrence.

Jason
A: 

@Jason, using your advice I just hold Ctrl+Alt and I already can do what I want.

Visual Studio highlight all occurrences in context.

Luís Custódio