There is an inconsistency in the behaviour of the new mirror cursor feature
Depending on the way used to select multiple opening tags it won't have a constant behavior :
- when using alt+maj+down to select :
<td| headers="row1 col1">1 973</td|>
<td| headers="row1 col2">770</td> |
<td| headers="row1 col3">14</td> |
<td| headers="row1 col4">22</td> |
<td| headers="row1 col5">40</td> |
<td| headers="row1 col1">1 973</td|>
<td| headers="row1 col2">770</td>
<td| headers="row1 col3">14</td>
<td| headers="row1 col4">22</td>
<td| headers="row1 col5">40</td>
<td| headers="row1 col1">1 973</td>
<td| headers="row1 col2">770</td>
<td| headers="row1 col3">14</td>
<td| headers="row1 col4">22</td>
<td| headers="row1 col5">40</td>
Maybe the simpler solution would be to disable it with the multi cursor, like when using ctrl+d or double-clicking (as in #86052)
- VSCode Version: 1.41.1
- OS Version: Linux x64 5.0.0-37-generic snap (Ubuntu 19.04)
Steps to Reproduce:
- use multiple cursors in opening tags
- press
Does this issue occur when all extensions are disabled?: Yes
There is an inconsistency in the behaviour of the new mirror cursor feature
Depending on the way used to select multiple opening tags it won't have a constant behavior :
Maybe the simpler solution would be to disable it with the multi cursor, like when using ctrl+d or double-clicking (as in #86052)
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes