.NET Tips and Tricks

Blog archive

Revisiting ReSharper

Back in the September 2009 issue of Visual Studio Magazine I reviewed the ReSharper code productivity utility. The next month I looked at its competitor, CodeRush.

Perversely, though 60 percent of my software development is in Visual Basic, I actually use ReSharper, despite the fact that it provides much more support for C# than it does for VB. (CodeRush, in contrast, treats both languages similarly.) More proof that there's no accounting for taste, I suppose.

However, since the review, I've run into a problem with ReSharper when creating Visual Studio Add-ins. When you test an Add-in, Visual Studio launches a second copy of itself where you can debug your Add-in. It turns out this drives ReSharper nuts (I've no idea how CodeRush would do) and ties Visual Studio into knots.

I had to uninstall ReSharper until I finished the project. I suppose that I could have contacted technical support for a solution or work around but it I decided that it would be simpler just to uninstall, finish the project, and reinstall ReSharper.

Have you been working with ReSharper? Any thoughts on working around the add-in issue?

-Peter Vogel

Posted by Peter Vogel on 04/02/2010


comments powered by Disqus

Featured

  • Build Your First AI Applications with Local AI

    "AI right now feels like a vast space which can be hard to jump into," says Craig Loewen, a senior product manager at Microsoft who is helping devs unsure about making that first daunting leap.

  • On Blazor Component Reusability - From Day 0

    "We want to try to design from Day One, even Day Zero, with reusability in mind," says Blazor expert Allen Conway in imparting his expertise to an audience of hundreds in an online tech event on Tuesday.

  • Decision Tree Regression from Scratch Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of decision tree regression using the C# language. Unlike most implementations, this one does not use recursion or pointers, which makes the code easy to understand and modify.

  • Visual Studio's AI Future: Copilot .NET Upgrades and More

    At this week's Microsoft Ignite conference, the Visual Studio team showed off a future AI-powered IDE that will leverage GitHub Copilot for legacy app .NET upgrades, along with several more cutting-edge features.

  • PowerShell Gets AI-ified in 'AI Shell' Preview

    Eschewing the term "Copilot," Microsoft introduced a new AI-powered tool for PowerShell called "AI Shell," available in preview.

Subscribe on YouTube