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: https://github.com/microsoft/vscode/issues/47069#issuecomment-557644701
Any news on this?
@octref Is there a WIP branch to handle autoClosingTags or can one of us go ahead and contribute a PR?
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.
For those who were using Auto Rename Tag, but stopped because it was constantly crashing VS Code's extension host, the extension was overhauled back in April and is now safe to use again.
microsoft/language-server-protocol#1092 馃憖
EDIT: it's merged now, and is a part of lsp 3.16
With editor.renameOnType, will this plugin be able to utilize a similar mechanism for renaming tags?
@vegerot the editor.renameOnType works in SFCs so no need to use additional plugin for this feature
I had apparently the plugin installed somehow and it was why it worked for me. The editor.renameOnType got deprecated and is now under editor.linkedEditing.
Any updates on this?
Most helpful comment
Any news on this?