We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. for this code
if (cond) { return ; |
where | is the cursor position. By pressing backspace the cursor must be aligned with "if".
The text was updated successfully, but these errors were encountered:
+1 very useful feature that I love from sublime
Sorry, something went wrong.
@dimdin implemented it with PR #5423 Please review unit test https://github.com/Microsoft/vscode/pull/5423/files#diff-03a74fc8e046bdf7481eefdc7cce74c8R2147 to check that I have not missed anything
Backspaces decreases indent microsoft#3685
8fe60d0
In case when on the left side of the line there are only spaces - help user to delete whole indent = tabSize.
3fb4695
In case when on the left side of the line there are only spaces - help user to delete whole indent = tab size.
Thanks to @outcoldman this has now landed with PR #5423 . It will most likely come out with the May release in about a month.
alexdima
No branches or pull requests
e.g. for this code
where | is the cursor position. By pressing backspace the cursor must be aligned with "if".
The text was updated successfully, but these errors were encountered: