this post was submitted on 23 Jan 2026
549 points (91.4% liked)

Programmer Humor

30796 readers
651 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
you are viewing a single comment's thread
view the rest of the comments
[–] Feyd@programming.dev 12 points 2 months ago (2 children)

I would call vscode(ium) an IDE

[–] dreadbeef@lemmy.dbzer0.com 0 points 2 months ago* (last edited 2 months ago) (2 children)

When I think IDE I think Visual Studio or IntelliJ or XCode, these extremely heavy single use (originally at least, C# Java and ObjC respectively) behemoths. But then again I was born in the late 1900s. I think of vscode and atom before more akin to a JavaScript successor of notepad++

[–] bleistift2@sopuli.xyz 9 points 2 months ago

If it does more than allow you to edit text, then it’s an IDE. Semantic find and replace? IDE. “Go to definition”? IDE. Terminal in the same window? IDE. Git integration? IDE.

[–] Feyd@programming.dev 3 points 2 months ago (1 children)

I use vscode (or codium when not at work) these days because it's a one stop shop for every language and every feature I could ever need is possible with a plugin. I have used visual studio, intelliJ and others in the past, and i fail to see the distinction from a usage perspective

[–] dreadbeef@lemmy.dbzer0.com 2 points 2 months ago* (last edited 2 months ago)

Not saying you’re wrong, I’m just explaining what I think of when I think ide. I think of visual studio and its integration into windows dev, Xcode and its integration for macOS and apple dev, etc. I think of vscode as a super sublime text in its goals, or akin to vim/helix