-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Closed
Labels
editor-commandsEditor text manipulation commandsEditor text manipulation commandsfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
When I delete a newline, I always have to delete the leading whitespace too. Could this whitespace be trimmed automatically?
void f() {
int a = 1
+ 2;
}
If the cursor is after the 1, I'd like one press of Delete to delete both the newline and the whitespace before the +.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
editor-commandsEditor text manipulation commandsEditor text manipulation commandsfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded