Unexpected Add Caret Above Behaviour
CCattano opened this issue · 1 comments
CCattano commented
Installed product versions
- Visual Studio: 2019 Professional v16.4.5
- This extension: v1.3.150
Description
When adding carets above some lines will have two carets added to a single line, usually separated by a few tabs worth of space.
Steps to recreate
- Using key binding Shift + Alt + Up_Arrow add multiple carets above the current
Current behavior
When adding a caret above a caret is added directly above as expected, but on the same line the new caret was added to a second caret is added a few tabs over. This causes me to add characters to additional places I do not want to add characters.
Demonstration of behavior
Expected behavior
Adding a caret above will add only one caret to the line above not two carets to the line above.