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.