简体   繁体   中英

phpStorm 7 Code Completion Issues

Since updating to phpStorm 7 for OSX, I cannot get code completion for HTML to stop.

For example, if I type class=, as soon as I hit =, two double quotes are injected. How can this be stopped? Is this a bug? I've unchecked everything under Preferences > Editor > Smart Keys and Code Completion.

There is a known issue . It will be possible to disable this behavior in the future versions.

It is now possible to disable this feature:

http://youtrack.jetbrains.com/issue/IDEA-113332#comment=27-612047

If you go to Preferences -> IDE Settings -> Editor -> Smart Keys and untick the box marked "Automatically add quotas for attribute value", you will be back to normal (non-frustrating) behavior.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM