We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When editing plain HTML files, VSCode insert quotes automatically after typing tag attribute, like <a class= double quotes are inserted.
<a class=
Please add the same when editing .CSHTML (Razor) files
The text was updated successfully, but these errors were encountered:
@davidwengier This looks like it is part of the language configuration already.
vscode-csharp/src/razor/language-configuration.json
Lines 11 to 18 in 510d78e
Sorry, something went wrong.
@JoeRobich Nope, I'm not talking about auto-closing pairs. I'm talking about inserting quotes after typing = (equal sigh) in html attributes.
=
jordi1215
No branches or pull requests
When editing plain HTML files, VSCode insert quotes automatically after typing tag attribute, like
<a class=
double quotes are inserted.Please add the same when editing .CSHTML (Razor) files
The text was updated successfully, but these errors were encountered: