I'm using Visual Studio 2019 on Windows 10. I'd like to be able to click and always have the skinny cursor come up, as opposed to the overtype cursor (the cursor that, when you type a character, replaces the character underneath it). Is there an extension for VS2019 that can provide this functionality?
Asked
Active
Viewed 1,874 times
1
-
2Have you tried hitting the "insert" key on your keyboard ? – Laurent S. Aug 15 '20 at 07:30
-
Does this answer your question? [Visual Studio Permanently Disable Overwrite](https://stackoverflow.com/questions/31164650/visual-studio-permanently-disable-overwrite) – Martheen Aug 15 '20 at 07:43
-
Yup, hitting the insert key toggles overtype on/off. Thank you Laurent! – user2279952 Aug 15 '20 at 15:27