AdamMaras / vscode-overtype

Because some people actually press the Insert key on purpose.
https://marketplace.visualstudio.com/items?itemName=adammaras.overtype
BSD 2-Clause "Simplified" License
33 stars 15 forks source link

Cursor Toggle #33

Open cashfields opened 2 years ago

cashfields commented 2 years ago

I use block cursor and solid in VS CODE

"editor.cursorBlinking": "solid", "editor.cursorStyle": "block"

It would be nice to make the "editor.cursorBlinking" toggle to a different setting when pressing the INSERT key. I looked at you extension and it is too much for an old guy.

My old editor KEDIT allowed various sizes and flashing for OVR and INS.

VS Code: The field editor.cursorBlinking accepts blink, expand, smooth, phase, or solid as valid values.

Where in your extension would I put: OVERLAY = "editor.cursorBlinking": "solid", INSERT = "editor.cursorBlinking": "blink",

Thanks.