-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Have Auto Close / Rename Tag for html section #565
Comments
HTML tags are auto closed in HTML files but not in Vue files. |
Any updates on this? |
I'll make it work similarly to the HTML support: microsoft/vscode#47069 (comment) |
Any news on this? |
@octref Is there a WIP branch to handle |
will this feature be available soon? |
I'm new to Vue and decided to use the recommended Vetur extension with VS Code. It started to feel strange that my tags were not auto-closing, which is the standard behavior in .html files. Will this feature come soon? |
If you are interested in making this happen, PR / bug bounty / sponsorship are all welcome. |
In the interim you can use the packages mentioned in the OP. |
microsoft/language-server-protocol#1092 👀 EDIT: it's merged now, and is a part of lsp 3.16 |
With |
@vegerot the |
I had apparently the plugin installed somehow and it was why it worked for me. The |
Any updates on this? |
Can vetur at least stop controlling the autorename behaviour so that we can enable "editor.linkedEditing": true |
"editor.linkedEditing": true forces auto rename only in html files. Not woking in vue files. |
for renaming, F2 works well. ( I'm using volar ) |
Any updates? |
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
The text was updated successfully, but these errors were encountered: