zaubentrucker

joined 2 years ago
[–] zaubentrucker@sopuli.xyz 6 points 1 week ago* (last edited 1 week ago) (1 children)

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.