When AI creates a large chunk of code in a single file, hundreds of lines, I want to "Accept " them selectively: literally select the text and press “Accept” (I reviewed this part of code and it’s fine), without accepting the rest of this chunk.
Also: I want the ability to git stash the currently not-yet-reviewed AI additions with a single button click.
Cursor has already a feature to selectively accept / reject code.
Issue is that AI assumes it was all accepted and then continues with code that doesnt exist in file or adds it back without understanding that user has rejected it.
Existing selective accept is not the kind of selective I’m talking about. I’m talking about selecting code within a single, big added (green) block, and accepting only that.
This is definitely needed. In my case, agent edits a code block which spans multiple functions. I want to accept changes in some functions without accepting all changes in the block. Please add a feature to select a line range and accept only that part.