• LavenderDay3544@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      1 hour ago

      It looks like they deprecated that one so they can sell the Rust plug-in for CLion. Granted RustRover is free for non-commercial use.

      Stuff like this is why I don’t mess with paid IDEs and editors.

    • Tramort@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      2 hours ago

      Oh my God. That’s awful.

      Thanks for posting about jet brains coopting and closing the rust plug-in. Yuck!

  • masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 hours ago

    VSCode & VSCodium are also free for commercial use.

    Why learn an IDE you won’t use anywhere else?

    • CodeMonkey@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      50 minutes ago

      Why would you use a library or framework when you can code everything from scratch? It probably depends on how good the VSCode extension is vs how bad the IDE is.

      For the languages I have tried (mostly GoLang plus a bit of Terraform/Terragrunt), VSCode plugins can do code highlighting, can highlight syntax and lint errors, can navigate to a methods implementation, the auto-complete seems to pick random words from the code base, and can find the callers for a method. It is good enough for every day use.

      IDEs I have used (Eclipse for Java, PyCharm, InteliJ for Kotlin) offer more. They all have starter templates for common file types. The auto-complete is much more syntax aware and can sometimes guess what variables I intend to pass in as arguments. There is refactoring which can correctly find other usages of a variable and can make trivial code rewrites. There are generators for boilerplate methods. They all have a built in graphical debugger and a test runner.

    • TJA!@sh.itjust.works
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      edit-2
      2 hours ago

      I am kind of using intellij ideas for everything. They are just so much better.

      I don’t think I would want to work for an employer that is too cheap for an IDE license

      • LavenderDay3544@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 hour 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.

        • MajorHavoc@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          3 minutes 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.

  • moreeni@lemm.ee
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    3 hours ago

    I am yet to meet someone who doesn’t use VSCode for web development.

    • TxzK@lemmy.zip
      link
      fedilink
      arrow-up
      5
      ·
      3 hours ago

      I know plenty of people that use vim/neovim for web development. I am also one of them

      • moreeni@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        34 minutes ago

        Woah, that’s pretty cool! i installed an extension for vim keybindings inside VS Code recently, as I find them very powerful. Unfortunately, I rely on VSC’s plugin ecosystem and thus can’t fully switch over to neovim, but I’ve liked it so far for everything else I do on my system, like writing bash scripts.

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

          If you’re feeling bold, check out the NeoVim VSCode plugin. It’s delightful.

          It’s essentially the VSCode remote plugin, but connecting to the NeoVim back-end.

          It gives all the functionality of NeoVim along with all the functionality of VSCode.

          Also, annecdotaly, it’s substantially faster than the VSVim plugin.