Moving away from Visual Studio to JetBrains Rider

Visual Studio and ReSharper are great, but not together

Let me start by saying that I love Visual Studio. It is one of the best IDE out there especially if you are Microsoft shop. I have been developing on Visual Studio for over 12 years, and I have worked on every single version starting from Visual Studio 2003 to Visual Studio 2019. I never felt a need to look for an alternate for Visual Studio. Not that there was an alternate. 🙂

In the same breath, I love ReSharper. ReSharper again has been an essential tool which has made my development life easy over the years. 

Unfortunately, it is the combination of ReSharper and Visual Studio that has not worked very well. The performance issues of Visual Studio and ReSharper are well known for years. But there has not been much improvement. The post from JetBrains gives some background of the issues with ReSharper on Visual Studio.

My tipping point

For the last year, I have been working with Visual Studio 2019 and ReSharper on a large solution where project count has gone over 130 projects over the previous few months. For those, you might be wondering why 130 odd-projects in a single solution? Well! It has its reasons, but, I will spare those details for some other time. 

The performance of Visual Studio with ReSharper for the large solution was horrible. The Visual Studio UI hanged for mins before I could start coding. The build took very long to complete, and the tests took forever to run. From time to time, I ended up disabling the ReSharper only to enable it again. In addition to this, Git integration on Visual Studio left a lot to be desire. While the new Git tool filled some of the gaps, it was still very much work in progress. I raised several issues with the Visual Studio team, but unfortunately, none of it helped.

100% CPU with Visual Studio was quite common

All of these frustrations, coupled with the recommendations from my colleagues, made me look for an alternate and I decided to try Rider.

The learning curve

Now, my expectations with Rider were pretty low. Visual Studio has been around for over two decades, and I felt there was too much ground to cover for Rider. While I considered Rider to be a good alternate for Visual Studio for Mac. I wasn’t 100% sure about Rider when it came to Windows OS.

I was wrong about my assumptions. Rider turned-out to be much better than I imagine. I started Rider with a Visual Studio theme and key-mappings. It took a lot of friction out of using the new IDE. My editor screen and keyboard shortcuts worked the same as they were with Visual Studio. 

Visual Studio Dark Theme in Rider

Initially, I still missed Visual Studio for about a couple of months. I would go back to Visual Studio almost every second day. However, I was also adamant about giving Rider a fair chance. And that turned out to be a right decision. A couple of months in I stopped missing Visual Studio. What also helped was JetBrains offer which automatically converted ReSharper Ultimate license to dotNet Ultimate license package which included Rider at no additional cost.

Where Rider shines

Here are some of the Rider features which I liked the most:

  • Rider = IntelliJ IDEA + ReSharper Rider comes with all the goodies of ReShaper without the performance tax. For the developers who cannot live without ReSharper, this can be huge.
Rider = IntelliJ IDEA + ReSharper
  • Faster build time: Rider can improve the build time drastically as compared to Visual Studio by applying heuristics to only build the projects that need to be updated. It can be a real performance booster for large solutions.  This post explains the incremental build feature in details.

Note: This feature was already available with ReSharper Build. So, if you are using ReSharper build instead of Visual Studio build management, then you might be already familiar with this. 

  • Seamless external source debugging: One of the features I liked about Rider was debugging external libraries/ nuget packages seamlessly like they are part of your code. And when you do not need to debug external source, you can turn off the feature.
Enable external source debug option
  • First-class support for Typescript/ Javascript debugging: I always felt Typescript/Javascript received a stepchild treatment in Visual Studio. With Rider, Typescript has first-class debugging support. You can debug within the IDE without switching to browser dev-tools.
  • Better Unit test experience: I have been a fan of ReSharper Unit test explorer window. And Rider only takes this forward. You can create multiple test window sessions and run only a subset of tests.
  • Great Git plugin: It would be an understatement to say that Rider’s Git plugin is better than Visual Studio. It offers the code analysis even during the merge, which can be huge since you can fix compile-time error or remove unused references at the time of merge.
  • Handling of large solutions: It is reasonable to expect that loading a large solution will take time. With Visual Studio, I encountered UI getting hanged several times during the project startup. Rider, on the other hand, handles it more gracefully. Like ReSharper, there is also an option to disable solution wide code analysis which can improve the load time.
  • Project Properties: The project properties dialog in Rider supports the latest features of the new SDK project such as multi-target, setting language version, Nuget properties etc.
Project properties options in Rider
  • Event Log, Terminal window, create gist etc.: Rider comes up with an Event log window which the logs every event that happens with in the IDE. It also has a built-in Terminal and some excellent little features such create GitHub Gists from within the IDE. One other thing that impressed me was the ability to create custom “Run/Debug” templates. It offers much more than running a single project or “Multiple startup projects” option in Visual Studio.

Rider is not perfect

It is not that Rider is perfect. In fact, far from it. It has its flaws. Here are some of the issues I have encountered with Rider.

  • There were a couple of instances where UI froze, and I had to restart the Rider. 
Rider too does hang sometimes
  • The Unit test explorer windows had a bug where I found that testhost.exe was not released. In another instance, the test runner kept running even after the test run was complete.
  • The faster build time also comes up with some issues. Sometimes changing git branch could let code analysis go haywire, and the only workaround is to do a clean build.
  • Deleting NuGet reference from the solution explorer does not work. You need to uninstall the NuGet reference manually.
  • There is a subtle bug where you cannot open a second instance of Rider if one solution is already open. The only workaround that worked for me was to create a new solution or open an existing project from the same instance of Rider and then open it in a separate window.

Despite all these issues, I mostly had a positive experience with Rider. Rider, like Visual Studio, receives constant improvements and bug-fixes in the form of updates. I’m sure the JetBrains team is busy fixing these little defects.

Wrapping Up

The dominance of Visual Studio is there to stay. That said, Rider, in my opinion, is a serious competitor to the Visual Studio. I think this is the best thing that could happen to the dotnet community. It is good to have healthy competition which compels organizations to think out of the box and come with more innovative and creative ideas to make their product better.


Posted

in

, , ,

by

Comments

2 responses to “Moving away from Visual Studio to JetBrains Rider”

  1. […] View Reddit by vijayankit – View Source […]

    Like

  2. Afew Avatar
    Afew

    Exactly the same experience here. A 100+ project solution in Visual Studio 2019 with Resharer is unbearably slow. Disabling Resharper helped but then we’re left with the incompetent mess that is the Visual Studio test runner. After moving over to Rider the the most obvious thing change is how much more responsive in general the IDE is. Of course fully integrated test runner, full resharper built-in and a powerful debugger are also huge improvements. Rider certainly isn’t perfect, I think DB projects are still not fully supported, some of the UI design is messy/confusing and search features seem to insist on returning irrelevant results that just create noise. I don’t get why you (and so many others) always feel the need to tell us you still love Visual Studio. I detest it. It is an antiquated, slow monstrosity that is slowly getting worse with every new version. If I never have to go back I will be very happy.

    Like

Leave a Reply

A WordPress.com Website.