this post was submitted on 26 Apr 2025
428 points (97.6% liked)

Programming

19825 readers
323 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 83 points 2 days ago

Oh, Microsoft is pulling the rug under your feet?

That's fuckin' news right there!

[–] [email protected] 75 points 2 days ago (2 children)

Here we go!!! I was expecting the enshitification of this thing for past couple of years

[–] [email protected] 11 points 1 day ago

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

[–] [email protected] 36 points 2 days ago (2 children)

You are late. They have already did the same with C# extension, and made it closed source too.

[–] [email protected] 8 points 2 days ago (1 children)

I'm not up-to-date: what did they do to the C# extension? I've been using it on a personal project and haven't experienced anything egregiously terrible (yet)

[–] [email protected] 17 points 2 days ago

A lot of the C# ecosystem is open source (thank goodness), but the official debugger isn't, hence it only being available in the proprietary version of VSCode.

[–] [email protected] 7 points 2 days ago

They did it with python about 2 years ago.

[–] [email protected] 9 points 1 day ago (2 children)

Does Nano and GCC still work ok?

load more comments (2 replies)
[–] [email protected] 56 points 2 days ago (3 children)

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.

[–] [email protected] 1 points 1 day ago (2 children)

I am trying to figure out how to get zephyr, platformio, and nrfconnect to work with clangd.

Platformio screams every second because Microsoft's tooling is a dependency.

Zephyr and nrfconnect work for many things, but things like including drivers from zephyr/drivers doesn't autofill which is annoying if you are searching for a driver that might exist in nrfconnect or might not because there are some differences. It also doesn't autofill macros and device tree defines.

If anyone has a good guide on how to set up clangd for zephyr, I would appreciate it!

load more comments (2 replies)
[–] [email protected] 7 points 1 day ago

Oooh I’ll give it a try, wasn’t aware of it.

[–] [email protected] 3 points 2 days ago (1 children)

BasedPyright should have you covered on the Python end, the downside is you also need to install the PyPi package.

Have used it and it’s excellent, even has additional features over Pylance

[–] [email protected] 2 points 1 day ago (1 children)

Do you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?

[–] [email protected] 1 points 1 day ago (1 children)

I think so, and it might even be a feature of the upstream Microsoft OSS Pyright, so even that version should(?) have those features available

[–] [email protected] 2 points 1 day ago

No Pyright is just a type checker. The IDE features are part of Pylance which is closed source.

[–] [email protected] 27 points 1 day ago

Microsoft

C/C++ extension

VS Code

so sad 🎤 🎻😢

[–] [email protected] 29 points 2 days ago (1 children)

Good example why you don't want to use and rely on proprietary software (the extension is not 100% open source as I understand), if there are free (as in source code and license) alternatives.

[–] [email protected] 22 points 1 day ago (1 children)

A professor once told me “don’t trust ‘free software’ from a megacorp”, most important thing I learned in college.

[–] [email protected] 3 points 1 day ago

Technically this shit isn't even free (libre); atleast with corpo projects we can always fork them

[–] [email protected] 38 points 2 days ago (4 children)

Developers developers developers

[–] [email protected] 17 points 2 days ago (1 children)

Ballmer was definitely one of the CEOs of all time. I'm not convinced cocaine didn't play a large role in shaping Microsoft.

[–] [email protected] 4 points 1 day ago (1 children)

But Seattle doesn’t do cocaine Remember Microsoft is on the east side

Okay…. Cocaine probably played a large part

Best cocaine in Puget Sound comes from Bellevue, prove me wrong

load more comments (1 replies)
load more comments (2 replies)
[–] [email protected] 25 points 2 days ago (1 children)

I think a lot of people would really benefit from learning neovim

[–] [email protected] 12 points 1 day ago

Or Helix, it has a less steeper curve

[–] [email protected] 21 points 2 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.

[–] [email protected] 9 points 2 days ago (1 children)

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?

[–] [email protected] 37 points 2 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.

[–] [email protected] 3 points 1 day ago

More and more engineers wok with cursor.

[–] [email protected] 6 points 2 days ago (3 children)
[–] [email protected] 11 points 2 days ago (3 children)

(...), e.g. via a user-customizable toolbar and how views can be layouted.

I WILL find these people and hurt them. Nobody will blame me.

load more comments (3 replies)
load more comments (1 replies)
[–] [email protected] 4 points 2 days ago (3 children)

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

load more comments (3 replies)
load more comments
view more: ‹ prev next ›