Problem
I've recently upgraded to the latest PhpStorm (or what was the latest recently.)
PhpStorm 2017.2.4
Build #PS-172.4155.41, built on September 15, 2017
Since doing this, any time I type a HTML tag with an attribute, such as
<td class=
it auto-completes it JSX style, with curly braces, like so:
<td class={}
Desired functionality
It used to auto-complete it with quotation marks, like so:
<td class=""
And I'd like it to do this again.
Caveat
I'm able to disable the curly brace completion by disabling quotation mark completion setting, but of course, I don't get the quotation marks either.
Question
Is there a setting such that I can keep getting the "quotation mark" auto-complete, without getting the {curly brace} completion?