How to disable autocompletion for quotation marks when writing HTML attributes in PhpStorm?

霸气de小男生 提交于 2019-12-04 22:26:40
LazyOne

In PhpStorm v7.0 it is not possible.

But it is fixed for v7.1 -- http://youtrack.jetbrains.com/issue/IDEA-113332

Option "Automatically add quotes for attribute value" added to IDE "Settings | Editor | Smart Keys".

Either wait for v7.1 to be released .. or try EAP build.

Note that the setting has in versions > 7.1 been moved to: Settings -> Editor -> General -> "Smart Keys".

Here you can disable them from being added after attributes equal sign. You can also disable them so they don't automatically close.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!