You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce AdamMaras#14 (happens only in overtype mode), but I'm actually not sure if there's something we can do about this other than deleting the character that is automatically added by vscode,
When typing characters with autocompleting pairs ("" () {} []) in overtype mode, the character that would be deleted is instead wrapped around the character pairs. The behavior seen is the same as if you highlighted the character to overwrite then typed the character to replace with (in fact if you set "editor.autoSurround": never this does not occur).
For example if I type " a the beginning of the line
asdf
gets the result
"a"sdf
The result I would expect to see
"sdf
The text was updated successfully, but these errors were encountered:
GitMensch
added a commit
to GitMensch/vscode-overtype
that referenced
this issue
Jan 6, 2021
Replaced configuration `overtype.abbreviatedStatus` by freely adjustable texts `overtype.labelInsertMode` and `overtype.labelOvertypeMode` DrMerfy#9
which allows free abbreviation, localization and also allows hiding the current state in the status bar DrMerfy#4 - replaced by new logic.
fixesDrMerfy#9 and DrMerfy#5
I can reproduce AdamMaras#14 (happens only in overtype mode), but I'm actually not sure if there's something we can do about this other than deleting the character that is automatically added by vscode,
The text was updated successfully, but these errors were encountered: