React autocomplete
Hi,
when i complete in a .js file the className with the tab key, that appears:

How can I deactivate this?
Correct would be:

(https://blog.jetbrains.com/webstorm/2015/10/working-with-reactjs-in-webstorm-coding-assistance/)
Thanks
Please sign in to leave a comment.
Reproduced on my end also with PhpStorm 2018.1 EAP, Build #PS-181.4096.20. This looks like a https://youtrack.jetbrains.com/issue/WEB-28689 regression. Worth submitting a new issue describing this in details.
In Settings | Editor | Code Style | HTML | Other, set Add for jsx attributes to either Quotes or Based on type
Thank you!!!!
Thank you!