Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cursor overwrite mode in vscode?

I can't seem to find any way to put the cursor into 'overwrite' mode - as in when you press the insert key and newly typed characters overwrite the existing characters inline. I haven't found any reference anywhere online to the omission or inclusion of such a feature in vscode, but it seems to be a fairly commonly used feature. Does this exist?

like image 250
Daynil Avatar asked Mar 22 '16 21:03

Daynil


People also ask

How do I turn off overtype mode in VS Code?

You can press the insert key on your keyboard or Shift+0 on the numpad to toggle it back again.

How do I enable overtype?

Turn on Overtype modeIn Word, choose File > Options. In the Word Options dialog box, choose Advanced. Under Editing options, do one of the following: To use Insert key to control Overtype mode, select the Use Insert key to control overtype check box.


1 Answers

I too was missing the overtype mode in Visual Studio Code, so I went ahead and wrote an Overtype extension to add the behavior!

You can install it by opening the command palette and entering:

ext install overtype 
like image 144
Adam Maras Avatar answered Sep 25 '22 23:09

Adam Maras