About the author

Steven HarmanSteven Harman is a passionate developer who believes that writing great software isn't just a job, its a craft.

ASP.NET MVP

For recent posts and more about me, scroll to the bottom.

Subscribe

  • Subscribe to my feed. via RSS
  • Subscribe via email via email

Jobs

Badges

  • Subtext Project
  • Support Subtext
  • HiddenNetwork.com Banner

resharper

There are 5 entries for the tag resharper

Visual Studio Usability Tip: Highlight Current Line

This may seem like a completely obvious tip to some, and like a complete waste of time to others. But you know what? Its something that I've found extremely useful so I'm going to share it anyhow. Hey, this is my blog and I can do what I want! :) Update: I forgot to explain how to enable Highlight Current Line in the original post. I've now added instructions. Highlight Current Line This feature is not available in vanilla Visual Studio - its part of my favorite zero-friction productivity enhancer, ReSharper....

Hacking Visual Studio to Use More Than 2Gigabytes of Memory

Visual Studio can be a tremendous resource hog, especially if you have a large solution and you're using a productivity add-in or two. On my current project we're running VS 2008, we've got just under 20 projects in the solution, and several of us are using the ReSharper 4.0 EAP nightly builds to enhance our dev-fu. And you know what... we're restarting VS at least a half dozen times a day to work around a nasty exception we regularly encounter while trying to compile: Not enough storage is available to complete this operation. ...

Run your MbUnit Tests from ReSharper 4.0!

I just saw that Albert Weinert has upgraded the MbUnit test runner plugin to work in ReSharper 4.0, sweet! Since ReSharper 4.0 is still in pre-beta, there is no guarantee that it will work at all, but I'm running the latest nightly builds and IMO its getting more stable every day. I verified that the MbUnit test runner plugin does work by installing it on against ReSharper 4.0 build 758 and opening the Subtext 1.9 Branch source code. The image to the left shows the ReSharper Unit Test Explorer open and displaying the MbUnit tests from Subtext. ...

ReSharper 4.0 EAP Nightly Builds are Now Available!

Ilya Ryzhenkov just announced (via in the #alt.net IRC channel) that the ReSharper 4.0 EAP nightly builds are now live! Oh, and apparently he hinted at the news yesterday but the bits didn't appear for download until today. Get the latest bits from the Nightly Builds site. I'd also recommend keeping an eye on the the ReSharper 4.0 EAP Notes for up to the minute information on the new 4.0 features. There is some seriously cool stuff in there - like Completion with CamelHumps! Superman, the yellow sun has risen once again! :)...

Avoiding Accidental Recursion with ReSharper 3.0

Who here loves ReSharper? I do, I do! Now that I’ve got that out of the way, let me tell you yet one more reason that I <3 ReSharper. While doing a little Subtexting tonight I was looking through a new class and noticed a couple those little yellow ReSharper (R# from now on) warning lights. You know, the ones it so kindly puts next to the vertical scroll bar to let you know there are some things that need your attention. The first one was safe to ignore - a warning about an unused...