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="">
Please sign in to leave a comment.
https://youtrack.jetbrains.com/issue/WEB-28689