Question on adding space in the editor
Hi Folks:
I'm fairly new to using PHPStorm.
My problem: When I try to type code into the editor, I can't add anything new because it won't add any space. That is If I have a string and try to add another word in the middle of the string it just overwrites what is already there.
What setting am I missing in the editor that will allow me to add and edit things in the editor without overwriting what is there (If I add something to the beginning of a line I end up having to re-write the whole line).
Example:
If I click to the left of "Counter... " and want to add a word, it just wants to overwrite the word Counter:
echo "counter is $counter <br>";
I'm sure it's something simple.
Thanks for the help...
Matthew
Please sign in to leave a comment.
Hi there,
Press the "Insert" key on your keyboard?
Right now, based on your description, it looks like the editor is in "overwrite" mode which is usually triggered by "Insert" key (at least here on Windows)
Hi Andriy:
You were right!!! I don't remember ever hitting the insert key but I must have!! I spent like an hour going through File > Settings and File > Default Settings thinking I had set something in there by accident.
Thanks again for the help, at least if it happens again I'll know exactly what's going on.
Matthew