Boss just gave me ReSharper Ultimate
-
Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?
Execute "Setup.exe"? :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?
Ian Klek wrote:
Any tips to get started?
Don't blindly accept all its suggestions. I know that there are people who think that, out of the box, R# will make your code better. It won't - in some cases, you can end up obfuscating some extremely straightforward code which can end up making maintenance much harder. Saying that, if you accept the R# keyboard mappings, Ctrl+T will become your best friend. Go ahead, try it.
This space for rent
-
Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?
- Install - Fiddle around - Realize how it bogs down Visual Studio - Uninstall :laugh:
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
-
Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?
Read trough the documentation of the options very carefully...Learn all the options it has and decide what to use and how... By default R# use a sometime very dumb rule-set, and the suggestions suffer from it...So configure it for your need... And even that, review all suggestions (and do not accept them as is) until you are feel, that you trust it...
Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.
-
Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?
Lucky you ! This is a great tool; it is deep, with a staggering variety of options. imho, well worth the time to study how to use it, and to configure its options carefully. cheers, Bill
«In art as in science there is no delight without the detail ... Let me repeat that unless these are thoroughly understood and remembered, all “general ideas” (so easily acquired, so profitably resold) must necessarily remain but worn passports allowing their bearers short cuts from one area of ignorance to another.» Vladimir Nabokov, commentary on translation of “Eugene Onegin.”
-
Very excited as you may understand - never used it before but read a lot about it. Any tips to get started?
Ian Klek wrote:
Any tips to get started?
Yes. Get a really fast machine. :-D /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
- Install - Fiddle around - Realize how it bogs down Visual Studio - Uninstall :laugh:
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
Not to mention the endless list of underlined 'suggestions' that it gives you making it harder to spot the underlined 'syntax errors.' I have had colleagues that used it and, in my opinion, didn't really do much to improve the code besides pointing out where you could've saved lines using the ? and ?? operators and a million suggestions to use var.
if (Object.DividedByZero == true) { Universe.Implode(); }
-
Ian Klek wrote:
Any tips to get started?
Yes. Get a really fast machine. :-D /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
Don't forget installing enough memory to keep Google running for the next 30 years.
This space for rent
-
Ian Klek wrote:
Any tips to get started?
Don't blindly accept all its suggestions. I know that there are people who think that, out of the box, R# will make your code better. It won't - in some cases, you can end up obfuscating some extremely straightforward code which can end up making maintenance much harder. Saying that, if you accept the R# keyboard mappings, Ctrl+T will become your best friend. Go ahead, try it.
This space for rent
After that, try Alt-\ And then, Shift-F12, and then Alt-` That should be enough from the first month or so :D Best, John
-- Log Wizard - a Log Viewer that is easy and fun to use!