Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html completion for attribute quotes doesn't work #40

Open
carlos-duran opened this issue Apr 29, 2023 · 1 comment
Open

html completion for attribute quotes doesn't work #40

carlos-duran opened this issue Apr 29, 2023 · 1 comment

Comments

@carlos-duran
Copy link

carlos-duran commented Apr 29, 2023

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",
@carlos-duran carlos-duran changed the title html.autoCreateQuotes doesn't work html.completion.attributeDefaultValue doesn't work Apr 29, 2023
@carlos-duran carlos-duran changed the title html.completion.attributeDefaultValue doesn't work html completion for attribute quotes doesn't work Apr 29, 2023
@pushqrdx
Copy link
Owner

pushqrdx commented May 2, 2023

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants