Here’s a quick 5 minute screen cast that demonstrates how you can use ReSharper to get where you want to be in your code. If you haven’t tried ReSharper yet, I highly recommend that you download the free trial and give it a spin.
-
Recent Posts
Recent Comments
- FluentNhibernate: map byte enum as char | trouble86.com on Mapping Strings to Booleans Using NHibernate’s IUserType
- Adriana on Creating a Silverlight Layout Panel
- Jay Tuley on Fluent Silverlight – Auto Wiring INotifyPropertyChanged
- Kelly on Thoughts on Hiring Developers
- Siderite on Thoughts on Hiring Developers
Archives
Categories
Meta

I’ve wrote down most shortcuts from your screen cast and added my favorites, see: http://it.tmod.pl/Blog/EntryId/161/ReSharper-shortcuts.aspx .
My favorites R# shortcuts are:
* Insert (constructor, property): Alt + Insert
* Refactor menu: Ctrl + Shift + R
* Rename: Ctrl + R + R
Is there any complete ReSharper shortcuts index ?
The best in ‘cheat sheet’ format ?
Control-Mouse click is handy for going to a declaration of a class, method, property, but is there any sequence to go back?