this post was submitted on 01 Apr 2026
286 points (98.3% liked)

Programmer Humor

30735 readers
1519 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

All of these issues are from today.

you are viewing a single comment's thread
view the rest of the comments
[–] Croquette@sh.itjust.works 7 points 22 hours ago (1 children)

IDE in general are not that good.

VSCode has a lot of of expansions, enabling a developer to stay in the same environment for any language they code in.

So if you have a multi-language setup, you can do everything in the same IDE.

I work with embedded firmware, and let me tell you that VSCode is miles ahead from manufacturer tools.

I personally don't use VSCode because microcontroller manufacturer tools usually come with a repeatable easy to install environment, so I can easily handoff the projects to my clients.

But if you ship code and don't have to ship the environment, VSCode is a good allrounder that can do pretty much anything.

With that said, use VSCodium instead. At least, it removes the analytics from the IDE.

[–] Jakeroxs@sh.itjust.works 2 points 17 hours ago (1 children)

I started with Visual Studio at work, and I just love VSCode by comparison, idk why but it feels so much easier to work with after I got the hang of it.

[–] Croquette@sh.itjust.works 2 points 12 hours ago

I never really used Visual Studio. The few times I had to, it felt like a bloated VSCode.