Why I love ReSharper, Part X of N

I mean, of course I intended to say StatementSnapshot instead.

image

Print | posted on Tuesday, April 28, 2009 9:12 AM

Feedback


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 10:19 AM CaliCoder

that is an excellent feature. does it slow down VS noticeably?


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 10:34 AM Rafal

Hope it's not because you have an agreement with ReSharper authors? However, almost all opinions about R# i have heard are extremely positive, so you might just be another case of R# infection.


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 11:12 AM Ayende Rahien

Not that I noticed


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 11:13 AM Ayende Rahien

Rafal,
No, I have no agreement for advertising with R#.
If I had, I would have explicitly said that.
I am posting about things that impress me, that is all


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 5:38 PM configurator

Ayende, you must be using a good computer; at my previous workplace, we installed R# on a few machines. Then we had to uninstall it to continue working - there was a noticeable half-second delay after *every* key press.

Of course, on my own computer it would run fine - but I've grown too accustomed to not using it. Whatever specific features I feel I need - I write a small plug in.


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 5:54 PM Roe

The newer versions of R# are speedy mcquick. I'm running a dell Latitude D820 which is a medium class business laptop and vs is nice and quick with R#


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 6:51 PM Scott Muc

Configurator

I had to same problem with Resharper and it ended up having to do with the Gallio test runner in the unit testing options. I disabled it, and resharper sped up considerably.


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 7:54 PM pb

I'm more worried about that backend.Start(22334)


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 8:16 PM Ayende Rahien

Configurator,
I am using this on my 2 years old PC


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 8:19 PM configurator

Well like I said, at work it slowed us down severely on several machines. I never bothered to find out why - but our machines were stretched to the limit as it were. There were no other add-ons active, by the way.


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 10:31 PM Ayende Rahien

pb,
That is just a random number I plug in there, because Start accept the port number to listen to


Gravatar

# re: Why I love ReSharper, Part X of N 4/28/2009 10:33 PM Jeremy Gray

@configurator - there were some builds along the way that caused a number of people to experience issues like yours, with single-core users getting the worst of it but even multi-core users having trouble. From what I understand those issues have been resolved for a while now. Give 4.5 a try! (and if you do run into problems, please do report them to the JetBrains folk, as they take those kinds of issues very seriously indeed)


Gravatar

# re: Why I love ReSharper, Part X of N 4/29/2009 12:37 AM Arne Claassen

Configurator,
I run R# on my 2 year old Core 2 Duo at home with no slowdown. On my VMs running on my Macbook Pro (2.4Ghz), i do see some slowdowns, but nothing significant enough to counteract the benefits of R#


Gravatar

# re: Why I love ReSharper, Part X of N 4/29/2009 4:41 AM Simon

I like thie one
var message = string.Format("{0:yyyy-MMM-dd HH:mm:ss.fff}", DateTime.Now.ToString());
it works out that either the tostring or the format is redundant


Gravatar

# re: Why I love ReSharper, Part X of N 4/29/2009 12:29 PM Dave Newman

Resharper was pretty slow on an old code base i had to work on. (1000+ line classes). We had to disable it occasionally. The developers on the team thought that the problem was with resharper : )


Gravatar

# re: Why I love ReSharper, Part X of N 4/29/2009 5:50 PM Srdjan

Configurator,
you are stilling money from your employer. :)


Comments have been closed on this topic.