Oh, Microsoft is pulling the rug under your feet?
That’s fuckin’ news right there!
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.
Here we go!!! I was expecting the enshitification of this thing for past couple of years
It was explicitly said to not use this outside of VSCode, so, I’m not sure where the surprise comes from.
Good opportunity for Jetbrains to jump in. Maybe if they MIT licensed their community-edition tools.
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.
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…
University students get free pro licenses for jetbrains IDEs I think
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.
Just came across another option. For those getting blocked by MSFT: https://theia-ide.org/
i’ve been on the zed wagon for months
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.
Microsoft
C/C++ extension
VS Code
so sad 🎤 🎻😢
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.
It looks like the extension is licensed under MIT https://github.com/Microsoft/vscode-cpptools You can “simply” fork it and provide builds yourself, right?
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.
deleted by creator
https://open-vsx.org/extension/llvm-vs-code-extensions/vscode-clangd
Maybe not as feature complete but should be a good alternative
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
Does Theia have C/C++ extensions?
More and more engineers wok with cursor.
deleted by creator