• LavenderDay3544@lemmy.world
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    3 hours ago

    They’re really not. As much as I hate commercial licensing for any dev tools, if you want to talk about superior there’s nothing quite as good as Visual Studio (not code) on Windows.

    • brettvitaz@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      45 minutes ago

      That’s just your opinion, and your specific use case. I do not enjoy using Visual Studio, and MS no longer makes it for the Mac (the superior developer platform (see what I did there?)). JetBrains products have their weaknesses but they are damn good.

    • MajorHavoc@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 hours ago

      I adore Visual Studio for how it set the gold standard for code editing. VsCode is growing rapidly, but Visual Studio set an incredibly high bar.

      For anyone reading along, Visual Studio Community Edition was free and fantastic last time I tried it, and it does 99% of anything any individual developer cares about.

      The paid professional license shines for big messy enterprise stuff, but most people looking for an editor don’t need to worry about that.

      All that said, disclaimer for full honesty: my tool of choice is NeoVim - often with a splash of VSCodium.

      • LavenderDay3544@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        58 minutes ago

        I don’t actually use VS either mostly because I prefer to use a lighter editor and the commandline. But it does set a high bar for what an IDE should be.