It seems a lot of developer have ReSharper as one of their most important tools. I have given it a try but found it kind of slow so didn't bother exploring it much. To me it seems Visual Studio is good enough. Can you please point out the feature that you're using the most and how it helps improve your productivity?
|
1
|
|||
|
closed as exact duplicate by aku Oct 23 '08 at 9:36 |
|
|
Simply, ReSharper always suggests and does what I really want to do and it makes it very productive. Every feature is thoroughly designed and implemented. You can take a look at what it suggests when you want to apply rename refactoring, or what it suggests in Quick Fixes. |
||
|
|
|
|
The thing about resharper is the small improvements that you get. Each one may only give a very small improvement in productivity, but the overall effect is quite dramatic. The features that I use most are the alt-ins to generate constructors and properties (can't use auto properties yet as we don't use VS2008 at work), the alt-enter to get a context sensitive list of changes I can make. This can be suggestions to improve layout, or style, but often has useful stuff. ctrl-alt-space after a . showsonly the intellisense options that are relevent so can give you a much reduced list to choose from. The ctrl-alt-f to reformat and tidy up your code is great to ensure consistency in layout between developers. ctrl-shft-r to give refactoring options where the cursor is is great to. I'd say try it for a month, then turn it off. you will soon find yourself missing all those small improvments it gives you. |
||
|
|
|
|
Good question. There are too many features. But if I have to pick one... Refactoring. It is so easy to rename a variable or method, and know that all the other instances of that variable name or method name will be renamed. Nothing is broken. (ReSharper can be slow unless you have 2GB or more of system RAM.) |
||
|
|
