-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcaused-by-extension
Description
From @rebornix on August 11, 2017 21:51
From @ItWorksOnMyMachine on June 24, 2017 18:10
- VSCode Version: Code 1.13.1 (379d2efb5539b09112c793d3d9a413017d736f89, 2017-06-14T18:21:47.485Z)
- OS Version: Windows_NT ia32 10.0.15063
- Extensions:
Extension | Author | Version |
---|---|---|
aurelia | AureliaEffect | 0.3.4 |
vscode-nuget-package-manager | jmrog | 1.1.3 |
csharp | ms-vscode | 1.10.0 |
vs-keybindings | ms-vscode | 0.1.3 |
I pasted method into the editor but the formatting was off and there were too many spaces before the method name. I used Ctrl+Home to return to the beginning of the line and the pressed Ctrl+Delete with the intention of deleting all whitespace and then pressing my tab key to indent. Unfortunately, the Ctrl+Delete deleted all the whitespace and the method name. I would expect it to delete all whitespace up to, but not including, the method name.
Steps to Reproduce:
Copied from original issue: microsoft/vscode#29385
Copied from original issue: rebornix/vscode-vs-keybindings#18
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcaused-by-extension