this post was submitted on 04 Jun 2025
725 points (93.5% liked)

Programmer Humor

24104 readers
2054 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
(page 2) 50 comments
sorted by: hot top controversial new old
[–] Maxxie@lemmy.blahaj.zone 8 points 1 week ago

neovim users spending 3 days rewriting old unmaintained extension for telescope

[–] normalexit@lemmy.world 8 points 1 week ago (2 children)

Recently switched to a new contract, which resulted in me switching from IDEA Ultimate to vscode. This picture is terribly accurate.

In intellij I usually do code reviews by checking out the code and comparing the branch to origin/main to step through the changes. Just a right click menu option to compare branches.

I took for granted that this is just a thing IDEs should do, so I looked in vain for a while before googling it and finding out I need a plugin for that. (If I'm wrong please help me find the button, I still believe it must be in there somewhere. Surely the owners of GitHub can compare branches?)

[–] owsei@programming.dev 7 points 1 week ago

I don't use VSCode, so I may be wrong, but I think it has version control integration out of the box (maybe just for git), an with it you can review merges and stuff

I'll try this today and comeback here

load more comments (1 replies)
[–] Shanmugha@lemmy.world 7 points 1 week ago

Meanwhile IntelliJ: let's copycat VSCodium UI

[–] mostlikelyaperson@lemmy.world 5 points 1 week ago

I‘ll take the plugin installing over fucking around with pycharm jars to get it to actually eat dependencies any day. I am amazed about the bullshit the Intellij fanboys are willing to put up with, I would rather do everything in vi.

[–] ZILtoid1991@lemmy.world 5 points 1 week ago (9 children)
load more comments (9 replies)
[–] brianary@startrek.website 5 points 1 week ago

If you want everything bundled instead of à la carte, that sounds more like eclipse to me. But then, I don't understand how anyone can program in Java.

[–] JATtho@lemmy.world 5 points 1 week ago (1 children)

No mention of KDevelop? ;__;

I like it because it is the pretty much only FOSS graphical IDE where the edit-compile-debug cycle works. I'm been using it for last 10y for C/C++/Python, and it recently gained LSP support. (ported from Kate)

load more comments (1 replies)
[–] bitfucker@programming.dev 4 points 1 week ago

Did you not disable the unneeded plugins on a project? I wouldn't turn on the rust plugins for a js project if the codebase doesn't have it

[–] torcherist@programming.dev 3 points 1 week ago
[–] Valmond@lemmy.world 3 points 1 week ago (4 children)

Intello sense still won't find the Godot classes :-/ (linux & C#)

load more comments (4 replies)
load more comments
view more: ‹ prev next ›