'PhpStorm insert & overwrite cursor style reversed
I am having problems with the editor cursor.
When I enter the code in the editor with a blinking cursor, the cursor styles of insert mode and overwrite mode are reversed with each other on the screen.
How can I fix it?
Solution 1:[1]
Open menu "Help" -> "Find action...". Type "overwrite" into opened window and then double-click "Toggle Insert/Overwrite" item which is highlighted after typing. This will toggle current cursor mode.
In Windows, it [toggling] is probably may be achieved with just hitting "Ins" button on your keyboard, no need to find an action in menu. By default the keyboard key toggles insert/overwrite mode in many programs. But I'm not sure it will work because I did not use PhpStorm with Windows at all.
Solution 2:[2]
Solution 3:[3]
Hit on Insert button!,You can toggle it by hitting Vise Versa in to overwrite mode , normal mode editor!
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 | |
| Solution 2 | bblue |
| Solution 3 | Mohamed Nizar |

