I’m partly just posting this to get some more content going here…

…but I’ve been using Rider for the past year or so, and I’m not sure I can say it’s better than Visual Studio. I find anytime it comes up it’s all praise for Rider (including the debugger, which i find to be crap)

The Pros:

–IdeaVim is better than VsVim

–Feels a bit snappier

–The find in files pops up in a dialog box with “display as you type”

Cons:

–I really don’t like the debugger layout. It’s not customizable at all and I find I’m going back and forth between tabs all the time

–The debugger also doesn’t have a second watch window, which blows my mind. (I often want to compare the state of 2 variables side by side, which is a huge pain in Rider)

–It has a bad bug where sometimes it won’t recompile my changes, so I have adopted the workflow of always deliberately building before debugging, which is annoying.

–Doesn’t work with WinForms

I just always see comments about how much better Rider is. It has some advantages, but it has some massive flaws IMO too. I’m not sure what I’m going to use going forward. Right now I’m developing in rider and debugging in VS.

  • douglasg14b@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    If it helps, I’ve been a visual studio user for the last 9 years.

    In order to better support non-C# devs onboarding to C# (who where mostly on Mac, and vs for Mac is terrible) I switched to Rider 6 months ago, so we are using the same IDE and I can help them out.

    Holy crap, it’s good. There are a few things that aren’t quite as nice (no more intellicode, stack traces are kinda shitty), but after fixing some garbage default settings, it’s turned into a pretty good IDE.

    The visual studio debugger is still better though.

  • garam@lemmy.my.id
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Well people using rider mostly also adding bunch of tools. Rider are well known on avalonia UI designer and it’s very supporter.

    VS is better for debugging, I do agree… And there are vs code with dev net toolkit. It’s powerful and useful… I’m much loving vs code than the full blown IDE. 😂

  • StudioLE@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I absolutely swear by Rider, but reading your comments perhaps there’s a lot to Visual Studio’s debugger that I’ve never taken advantage of.

    I find Visual Studio to be terribly slow and bloated. I was also an avid Resharper user, so rider was a much better fit for me. I’m fortunate that I don’t work with WPF anymore and I’ve never touched WinForms so those missing features don’t bother me.

    Using Rider has also meant I can fully move over to Linux which has vastly simplified things for me. No longer am I having to fight to get bash, docker etc to work on Windows. So my development environment now much more closely resembles the server environment.