419
you are viewing a single comment's thread
view the rest of the comments
[-] zaubentrucker@sopuli.xyz 7 points 2 weeks ago* (last edited 2 weeks ago)

You get the most out of them when working on bigger projects with many files and multiple contributers:

  • Version control integration
  • Automatic profiling
  • Debugger integration
  • Refactoring
  • Jump to Definition/Parent/Children/Usages of a Symbol
  • ...

For changing a single file, I'd often just launch a simple editor too.

[-] nickwitha_k@lemmy.sdf.org 2 points 2 weeks ago

Version control integration

Almost always garbage, in my experience. Except for merge conflict resolution. That's unbelievably nice. But git command lines have always been more reliable and less likely to end up with broken local branches.

Seriously though. The merge conflict resolution in three panes is super nice.

this post was submitted on 30 May 2025
419 points (100.0% liked)

Programmer Humor

24206 readers
920 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