this post was submitted on 05 Dec 2025
660 points (98.2% liked)
Programmer Humor
27725 readers
387 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's kind of an abomination when VsCode, supposed to be a lighter IDE, runs like dogshit compared to JetBrains, a fuckin' Java based IDE. Since when was Java light on RAM?
(Caveat: I haven't directly compared their memory usage, my experience is in very difference codebases for each)
Lmao this is quite frankly, horseshit, upvoted by people who have never used an IDE.
VScode is lightweight, snappy, and fast to open. VSCodium gives you all of that without any of the Microsoft. And even runs in a web browser.
It's not really an IDE and it's not lightweight either.
It's not snappy. Sometimes just moving up a couple lines fast causes my caret to lag, which is not pleasant.
That might have more to do with when you have lots of plugins for LSPs, etc, but who uses vscode without any plugins?
Claiming that VSCode is not an IDE is just pedantic.
It is literally just a modular IDE that lets you pick and choose which piece you want rather then being like Visual Studio or XCode that is tailored for a single language / development flow.
Hell you still have to download core parts of XCode / VS after you download and install them like the development frameworks for your targets, does that mean that they're not actually IDEs?
I will concede on the "not really an IDE" part. You're right you can set it up to be like one.
I say it's not mostly because it isn't marketed as one. It's marketed as just a source code (text) editor.