Closed
Description
FWIW I'm facing a similar issue when using
International US – PC
keyboard layout on macOS. A particularity of this keyboard is that e.g. the'
key is a "dead key", meaning pressing it produces nothing, but it affects the next key I press (e.g.'
+e
producesé
,'
+<space>
produces'
). Anytime I use a "dead key", e.g. if I want to delete inside of a string (d+
i+
'+
), it glitches and adds a
'char at the position of the cursor. Turning off
experimentalEditContextEnabled` does fix the behavior, the IME suggestion does not apply to me (AFAICT).