this post was submitted on 25 Oct 2023
2263 points (99.1% liked)

Programmer Humor

31800 readers
600 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I'm trying out Obsidian for taking notes, and this made me laugh.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] -2 points 10 months ago (1 children)

@kogasa Hehe, shit, so long done something wrong as I use #vim as an IDE. Okay, some own helpers, some plugins, the direct integration for #golang via LSP and since some time also ChatGPT and Copilot. But hey, it's no IDE. ๐Ÿคช

[โ€“] [email protected] 2 points 10 months ago (1 children)

Like I said, Vim can be made into an IDE by adding and configuring plugins. Basic barebones vim is designed to be a powerful, extensible text editor, not an IDE.

[โ€“] [email protected] 2 points 10 months ago

It's designed to be an extended vi clone above anything else.