this post was submitted on 30 May 2025
413 points (94.4% liked)

Programmer Humor

23899 readers
1665 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] programmer_belch@lemmy.dbzer0.com 25 points 1 week ago (5 children)

Just use vim, it usually comes preinstalled

[–] gerryflap 7 points 1 week ago (1 children)

For a few files, sure. Idk how I'd use that on the large corporate Java codebase that I usually work with though. Despite all its memory hogging and unnecessary features, IntelliJ also proves remarkably useful when trying to find anything in these mega projects. Features like ctrl + clicking on a method call to get to its definition (even when it is in a different project that I don't have checked out), the refactoring tools, the debugger, etc are absolutely necessary to get anything done.

Maybe use tags for that but I've never personally messed with it.

load more comments (3 replies)