• chakli@lemmy.world
    link
    fedilink
    arrow-up
    31
    ·
    14 days ago

    If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.

    The only things I am lacking now is the one for remote, python.

    • cley_faye@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      14 days ago

      It was explicitly said to not use this outside of VSCode, so, I’m not sure where the surprise comes from.

  • fubarx@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    14 days ago

    Good opportunity for Jetbrains to jump in. Maybe if they MIT licensed their community-edition tools.

    • flubba86@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      13 days ago

      Jetbrains have gone the opposite direction unfortunately. The latest version of PyCharm came with the announcement that PyCharm Community is being discontinued. Instead, they will provide just one PyCharm (the closed source one) formerly PyCharm Professional, that can operated in a Basic (Free) mode, or a Pro (Licenced) mode. Also, some features that were free in Community edition will be moved to the Pro mode in the new PyCharm.

      It doesn’t affect me personally because my workplace pays for a pro subscription for me, but I used PyCharm Community for 4 years during uni and I’m sad it’s going.

      • carrylex@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        13 days ago

        Not sure if you read this blog post: https://blog.jetbrains.com/pycharm/2025/04/unified-pycharm/

        Rest assured – our commitment to open-source development remains as strong as ever. The Community Edition codebase will stay public on GitHub, and we’ll continue to maintain and update it. We’ll also provide an easy way to build PyCharm from source via GitHub Actions.

        PyCharm is - like all JetBrains IDEs - based on intellij-community and the “Pro” stuff just some fancy pre-installed plugin that requires a license.

        Alternatively, you may choose to manually switch to the new PyCharm immediately and keep using everything you have now for free, plus the support for Jupyter notebooks.

        So all community functionallities will also be available in the unified edition for free.

        Also the Pro license - which you can also get 4 free in like 10 different ways - pricing is extremely fair: A license costs $100-60 for an individual, which is cheaper than most streaming subscriptions…

        • flubba86@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          13 days ago

          Yes you’re right, they do. But 10 years ago when I was studying, my university (in Australia) was not on their list of valid academic institutions.

          I still have access to my uni email address, and earlier this year I found indeed I could use it to get access to a free Jetbrains student licence.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    10
    ·
    14 days ago

    Not an issue. Install Clangd and CodeLLDB. They are much better anyway (see my other comment).

    The real golden jewel that Microsoft keeps to itself is the Remote SSH extension. There’s no open source alternative as far as I know.

    There’s also Pylance but that only matters if you’re using Python.

  • GreenKnight23@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    12 days ago

    holy shit! the thing I’ve been warning developers who promote and use this shitty tool has finally happened.

    shockedpikachu.jpeg

    if you write fossy software, don’t use products made by fossy enemies.

    • FizzyOrange@programming.dev
      link
      fedilink
      arrow-up
      15
      ·
      14 days ago

      Not the case. There are binary components.

      It doesn’t matter though because the Clangd & CodeLLDB extensions completely replace it and are actually waaaaaaay better.

      With Microsoft’s C++ extension it always rinsed the CPU - there were files I had to avoid opening because then it would analyse them and I’d have to kill it. The code intelligence also seemed very “heuristic” and was quite slow.

      Clangd fixes all of that. It’s fast, doesn’t choke on huge files, and if you have compile_commands.json it’s actually the first properly fast and robust C++ IDE I’ve ever used. You know if you’ve used a Java IDE the code intelligence just works and is fast and reliable. It’s like that.

  • commander@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    14 days ago

    I started using Lapce. That or Zed just I installed Lapce first. I still use VS Code at work but personal machines I’ve moved on