| ▲ | sunaurus 36 minutes ago | |
I'm realizing I am a minority, but my IDE is becoming MORE valuable to me, not less, with LLMs. The volume of code is only increasing. Problems that used to be solved with a few lines (or even removing lines) are now solved with changes across 10 different files. My IDE is invaluable for me when trying to navigate this stuff. I am completely convinced that people reviewing LLM code only via PR diffs are consistently missing massive systemic issues. You *need* to review changes in context of the surrounding code. And doing this without an IDE is just making your life harder for no reason. | ||
| ▲ | bko 4 minutes ago | parent [-] | |
So you're using the IDE for review? The main features you need are around simple things like reading files, tracking git changes, things like that? That's a small subset of the functionality you would need if you're actually authoring code. So the IDE maybe be more valuable, but the feature set you need is actually much smaller and can probably be redesigned given your narrow workflow. Is this accurate? | ||