this post was submitted on 20 Nov 2024
876 points (97.6% liked)

Programmer Humor

20039 readers
2148 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
876
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin 1 points 2 months ago (1 children)

You think VS Code is slow and bloated? What do you use?

Also, on several occasions I've had VS Code help me recover accidentally deleted files, because the editor keeps the file in memory, regardless of if it disappears on disk (like most editors).

[–] [email protected] 0 points 2 months ago (1 children)

What do you use?

Either an IDE like Visual Studio or Xcode or a text editor like Notepad++, Vim or nano, it depends. I also use Android Studio but I hate it.

[–] hperrin 1 points 2 months ago (1 children)

You think VS Code is bloated and you use Visual Studio and Xcode?

[–] [email protected] 0 points 2 months ago

One is a glorified text editor, the other two are proper IDEs.