PHP Storm -- Can't overwrite existing characters in closing tags...
Hello, I just updated my PHP storm and i am now running into a minor issue, but it is an annoying one.
Whenever I am writing HTML, I can create a <div class=", and it autogenerates the closing " quote. so it Looks like this ===> <div class="" with my cusor in-between the two quotes.
I then type my class and type " to close it, but it creates another " quote, instead of typing over what is already there. Does anybody know what feature i can turn on to get this to work and basically type over any characters that are currently there already?
请先登录再写评论。
Is it Blade files you are having this issue in? https://youtrack.jetbrains.com/issue/WEB-43054
Eugene Morozov - Yes i am working within Laravel Blade.
Please vote for the issue then. You can work it around by disabling the Vue.js plugin, but it's, of course, a viable option only if you don't use it.
Eugene Morozov - Yes this has worked perfectly for me. Thanks so much... I would never have been able to find this fix without you.