HTML attributes complete to ={} instead of =""
For some reason when I'm writing HTML, attributes get curly braces instead of double quotes. This is probably because I changed a setting somewhere but I can't find it. It's getting really annoying.
For example I type
<input type=>
And it gets auto-completed to
<input type={}>
But it should auto-complete to
<input type="">
请先登录再写评论。
https://youtrack.jetbrains.com/issue/WEB-28689