I have a bit specific question, but it is me bothering quite a while, so if you know answer, please help. In netbeans (I encountered this problem also in sublime text), that when I type " (double quote), the IDE automaticaly add next " and put the cursor in the between those double quotes, like this:
"|"
This is ok with me. The issue is, that from some time (I had maybe type some Ctrl+ something shortcut) it works somehow different, I have to type two double quotes "" to have netbeans type "" for me, also the cursor is not in the middle but after the quotes, like this:
""|
Please help me restore this behaviour, thank you! PS: I googled a bit but no luck with this specific question.