Possible Duplicate:
What is your favorite use of Resharper?

What is your favorite feature/shortcut/template of Resharper 5 that is not obvious but extremely useful?

link|improve this question

1  
Dupe?! stackoverflow.com/questions/76499/… – Oren A Oct 15 '10 at 20:35
Ah, thought this should be a CW, and so flagged for attention. But you're right, it's a dup. – Kirk Woll Oct 15 '10 at 20:36
@Oren: in the meantime V4.5x and V5.x were released. – Yots Oct 15 '10 at 21:38
feedback

closed as exact duplicate by Mauricio Scheffer, Kirk Woll, Brian Rasmussen, Roger Pate, bmargulies Oct 16 '10 at 1:39

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 1 down vote accepted

lowercase camelhumps. Complete TreeModelView with just "tmv". No more shifting like crazy :)

link|improve this answer
feedback

Ctrl+T - Find Type

It takes some training to get use to it, and VS2010 added native support for this, but if you need to quickly find a class Ctrl+T gives you very quick access to switch files. They also support camel characters only. So SqlMembershipProvider can be found by typing 'SMP'.

link|improve this answer
feedback

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