|
|
|
|
|
by dmix
264 days ago
|
|
Sounds like a different use case than Cursor. Editing that many files/lines probably scales better with a CLI tool. Cursor makes more sense for day-to-day maintenance and heavy hand-holding feature development coding. If I was building a new project from scratch I'd probably use a CLI tool to manage a longer TODO easier. But working on existing legacy code I find an IDE integration is more flexible. |
|