pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

html completion for attribute quotes doesn't work #40

Open carlos-duran opened 1 year ago

carlos-duran commented 1 year ago

Hello, first, thank you so much for the VSCode extension, it's great.

About the issue: In .html file, when I autocomplete an attribute, it creates double quotes. But this is not happening in .js files.

Before enter: image

After enter: image

Expected: image

This is my config in vscode

  "html.autoCreateQuotes": true,
  "html.completion.attributeDefaultValue": "doublequotes",
pushqrdx commented 1 year ago

@carlos-duran huh, I wonder when did this break, because I think I remember that it was working fine before, I'll try to investigate it asap, sorry for the inconvenience