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

Programmer Humor

25098 readers
1587 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
1036
Good guy clippy (lemmy.zip)
submitted 6 months ago* (last edited 6 months ago) by Maven@lemmy.zip to c/programmer_humor@programming.dev
 
you are viewing a single comment's thread
view the rest of the comments
[–] magic_lobster_party@fedia.io 10 points 6 months ago (1 children)

What’s different between Vscode and other editors like Vim is how easy it is to make it a fully fledged IDE. Usually a notification pops up about analyzers being available, and if you click accept it’s done. Just one click of a button.

With Vim it’s not that easy. You need to install many separate plugins just to make it a fraction of an IDE.