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.
Technorati Tags:
ReSharper,
PabloTV
Post Footer automatically generated by Add Post Footer Plugin for wordpress.
About Ray Houston
Ray is a software development leader and architect with 20 years hands-on experience. He enjoys finding elegant solutions to complex problems and delivering real value to customers. Ray is a speaker and contributor to community events.
This entry was posted in
.NET,
ReSharper,
Tools. Bookmark the
permalink. Follow any comments here with the
RSS feed for this post.
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?