I get that it's open source provided you use codium not code but I still find that interesting

  • OsrsNeedsF2P@lemmy.ml
    ·
    11 months ago

    VSCode isn't even that good, idk why people are obsessed with it.

    For anything compiled, Jetbrains beats it 100:1, and for anything interpreted it's a couple tiers better than Kate.

    Personally, I won't be losing sleep if I have to stop using VSCode.

    • words_number@programming.dev
      ·
      11 months ago

      If jetbrains is that much better really depends on the language. Also, jetbrains shit is damn expensive, so not a fair comparison.

      • SteveTech@programming.dev
        ·
        edit-2
        11 months ago

        They have free 'community editions', I haven't really found a need for a licence. I've only used IntelliJ, PyCharm, and ReSharper though.

        Edit: I meant rider but I was using a student licence for it anyway.

        • Treeniks@lemmy.ml
          ·
          11 months ago

          IntelliJ and PyCharm are the only JetBrains IDEs with community editions. If you want to use CLion for example, you'll either have to be a student or you have to pay.

    • SquiffSquiff@lemmy.sdf.org
      ·
      11 months ago

      The thing is the VS code handles everything (with extensions). If I want to use pandoc, or CSV to markdown table, python linting, Go,, whatever, there's extensions that can handle all of these equally well and consistently, for example format on save.

      If I want to use jetbrains then the pycharm for python, intelliJ for Java, Goland for golang... Then there's licencing depending on whether I'm using a personal licence or corporate laptop, whether I have to get a licence from my employer etc.

      For me it's not so much that it's so good, but that it works with everything in a consistent and obvious way plus I can install it on any machine I might be using.

    • flashgnash@lemm.ee
      hexagon
      ·
      edit-2
      11 months ago

      Jetbrains IDEs are not free though are they?

      I also quite like the light touch feel you get from code, I can use it for any language and am not going to have to navigate through hundreds of language specific features I don't need unless I install them myself

      Kate might do similar but I can't imagine the extension pool is big enough to compete and I think at that point I'd just use a commandline editor instead