microsoft/vscode

Missing Sublime Text command - close HTML tag

waderyan opened this issue · 2 comments

While building this extension to map Sublime Text default keyboard shortcuts to VS Code, I found that this feature is missing.

The feature is close HTML tag.

Default Sublime Text keybindings
Windows / Linux: alt+.
Mac: cmd+alt+.

close_html_tag

Today an extension exists that provides this feature. I believe we should bring this into the product.

That's all about finding previous unclosed tag :)

We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.

Happy Coding!