this post was submitted on 08 Jan 2025
1085 points (98.1% liked)

Programmer Humor

20743 readers
364 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
[–] fxomt@lemm.ee 13 points 1 month ago* (last edited 1 month ago) (20 children)

~~vscode isn't an IDE, but an actual IDE written in electron would be horrible.~~

I don't want to argue about this anymore. I admit i had a bad take, and this whole thread is just arguing about semantics at this point. Does it even really matter if vscode is an IDE or not? If it works, it works.

[–] magic_lobster_party@fedia.io 13 points 1 month ago (15 children)

What functionality is Vscode lacking for it to be an IDE?

[–] fxomt@lemm.ee 11 points 1 month ago* (last edited 1 month ago) (13 children)

IDEs come bundled with tooling, such as debuggers, intelligent code completion, and OOTB language support, and language servers.

vscode out of the box doesn't have any of these, you install them with plugins. jetbrains products, for example would be IDEs, but editors like vscode and neovim aren't. Those are code editors.

[–] onnekas@sopuli.xyz 5 points 1 month ago* (last edited 1 month ago) (1 children)

You could call vscode a "DIY IDE Building Kit" because everybody is using it that way.

After you put all the extensions together you basically got a fully featured "IDE" for most languages out there.

Nobody I know uses vscode like a simple "code editor".

[–] fxomt@lemm.ee 3 points 1 month ago

I agree, neither do i. I was talking about base vscode, but i don't think it even matters anymore. There's really no proper answer. Some people use it like a notepad, some people use it like a fully fledged IDE. I'm just tired of arguing over this, and i admit i had a bad take.

load more comments (11 replies)
load more comments (12 replies)
load more comments (16 replies)