'Whenever I try to edit code in Microsoft visual studio, it's replaced instead [duplicate]
I found a mistake in my code, so I went to the line and tried to fix it, but then my code was replaced instead of edited. I did fix the code after painstakingly copying and pasting everything, but I shouldn't do this every time I want to edit the code. If you didn't understand what I'm saying, click this.
Solution 1:[1]
In the bottom right corner of Visual Studio you can spot OVR. That means you're in the text overwrite mode. Press the Insert-button on your keyboard and you'll switch back to insert mode (INS) which is what you're looking for.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jan Köhler |
