this post was submitted on 08 Jan 2025
654 points (97.9% liked)

Programmer Humor

27535 readers
87 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
654
Good guy clippy (lemmy.zip)
submitted 10 months ago* (last edited 10 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 3 points 10 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.