My main issue with IDEs is that they’re glorified file source code editors. I don’t edit source code files anymore (very much). I write long-form prose about code. I build and execute plans. I review checklists. I merge code from worktrees as agents complete the tasks I've given them. I want an app built around that.
https://mastodon.social/@kocienda/116222894389362490
@kocienda Older IDEs are stuck with the idea that they manage the project/build with a closed file format and can remap files going through the toolchain. Most folks have given up and use the file system for organization and open format dependencies-and-build tools.