Hi,
CodeMirror 5 supported toggling overwrite mode when pressing insert. Is there a built-in way to enable overwrite mode in CodeMirror 6?
Hi,
CodeMirror 5 supported toggling overwrite mode when pressing insert. Is there a built-in way to enable overwrite mode in CodeMirror 6?
No, version 6 doesn’t have an implementation of overwrite. It should be possible to implement it as an extension using an input handler.
Thank you for the suggestion! I’m linking to a try-it editor draft implementation and a more complete implementation.
Edited: Linked to more complete implementation.