*There is no development life without R# mate*. I can't even imagine how the
IDE looks like without it.
When I do an installation of my machine I install R# before I even Start VS
for the very first time after it's installation.
It took me a month of convincing to get Wallace (who started to preach R#
earlier in the thread) to install R# and now is the the biggest preacher.
Just like the ex-smokers who are the biggest anti-smoking campaigners :)
Just install it (30 days trial) and LEARN its shortcuts. Then you'll find
yourself coding 3 times faster and easier with more focus on business than
on code.
I can tell you the 6 most critical R# operations that each of them adds 20%
coding speed:
- Alt+Enter: +[Enter]: Almost Anything that happens on the screen (if you
have a lightbulb on the left) can be triggered with this. It's a shortcut
for "Please do for me the most obvious task I would do in this location)
- E.g. Rename current (field, property, ...) to respect the default
naming conventions
- Import Namespace for the class that does not have name imports (even
if it's not selected but in view)
- Change anonymous method to lambda expression
- Alt+Insert - Insert stuff (new properties (with backing fields, auto or
with exception), all combinations of constructors, delegated
methods/properties, ToString formatting, interface implementations)
- F2 (or Ctrl+R+R): Rename Anything. That includes fixing config files,
strings appearances and more
- Find Usages: super fast, super smart, you can group results or filter
them
- Goto Implementation/Base - 'nuf said
- Alt + W: Highlight Usages
I should be able to et a 10% discount for you if you want :)
Corneliu.
On Tue, Apr 27, 2010 at 11:58 AM, Stephen Price <[email protected]>wrote:
> Dude. Buy it. For me not buying it is a WTF?!? moment.
>
>
> On Mon, Apr 26, 2010 at 7:03 PM, Greg Keogh <[email protected]> wrote:
>
>> Can i also suggest Resharper, which would have indicated the following 3
>> errors/highlights:
>>
>>
>>
>> That’s really impressive (lord knows how they hook into the VS IDE at that
>> incredibly detailed level!). I asked about the bang-for-the-buck of paying
>> for Resharper last year, but I received inconclusive replies. Then I see the
>> occasional complaint about obscure bugs and behaviour caused by it and I get
>> nervous. I evaluated it about 4 years ago and I found it so heavy-handed
>> that it drove me mad, and I was wishing for some kind of Resharper-lite at
>> the time. For the moment I remain too scared to buy Resharper, unless
>> someone can preach to me about its miracles and give me an epiphany.
>>
>>
>>
>> Greg
>>
>
>