• masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    5
    ·
    10 days ago

    VSCode & VSCodium are also free for commercial use.

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

    • ADTJ@feddit.uk
      link
      fedilink
      arrow-up
      7
      ·
      10 days ago

      C# Devkit will do in a pinch but it’s still second class in VS Code compared to languages like TypeScript.

      Since MS killed off MonoDevelop and Visual Studio is Windows only, it’ll be good to finally have a free proper C# IDE again on Linux.

    • CodeMonkey@programming.dev
      link
      fedilink
      arrow-up
      7
      arrow-down
      3
      ·
      10 days 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.

    • Rogue@feddit.uk
      link
      fedilink
      arrow-up
      2
      ·
      8 days ago

      Jetbrains licenses are like £100 a year. What commercial project isn’t able to cover that cost.

        • Rogue@feddit.uk
          link
          fedilink
          arrow-up
          1
          ·
          8 days ago

          They give incremental discounts each time you renew so even if the price increases you’ll probably find you’re spending less each time.

          • EowynCarter@lemm.ee
            link
            fedilink
            arrow-up
            2
            ·
            7 days ago

            I’ve been on the lower price forever as I had a licence from before the switch.

            It’s already expensive. And having a comercial option that is affordable for normal people rather than $$$ entreprise would be good. Quitte a few paying of their own because their entreprise won’t.

        • zlatko@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          8 days ago

          I would expect it to rise. I still think it’s worth it, if it’s a good tool for you. IntelliJ is really a good product, even if they do have their downsides. In a commercial environment, it’s totally worth it to buy a licence per developer, if it makes them more productive.