Open
Description
Description
If there are many space Char before English Char, I can delete all space Char by Ctrl+Del in the *.cs file, but not at *.xaml.
VS version 17.14.6
Reproduction Steps
Xaml
[]: cursor
_: space
<Text[]_ _ _ />
Press Ctrl+Del
<Text[] _ _ />
del one space, not all space
Expected behavior
Xaml
<Text[] _ _ _ />
press Ctrl+Del
<Text[]/>
Del all space, just like *.cs do
Actual behavior
Just one space delete after press Ctrl+Del
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
No labels