vscode-inline-html
vscode-inline-html copied to clipboard
html completion for attribute quotes doesn't work
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:

After enter:

Expected:

This is my config in vscode
"html.autoCreateQuotes": true,
"html.completion.attributeDefaultValue": "doublequotes",
@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