this post was submitted on 04 Jun 2025
681 points (93.3% liked)

Programmer Humor

23899 readers
1574 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
[–] piccolo@sh.itjust.works 1 points 2 days ago (2 children)

Im not sure what you are doing but vscode is extremely fast unless you throw a several megabytes data file at it which then it bogs down. But even then, its only at loading the file since it loads the whole thing into memory instead of a buffer.

[–] Ziglin@lemmy.world 1 points 1 day ago

My laptop definitely prefers Emacs. VSCode is just another electron app after all.

[–] bpev@lemmy.world 1 points 1 day ago

If it is fast enough for you, then that’s great. You should keep using it.