compulim / vscode-closetag

Quickly close last opened HTML/XML tag in Visual Studio Code
14 stars 5 forks source link

Different options for closing tag (right click menu, ctrl+space suggestion list?) #18

Open alystair opened 6 years ago

alystair commented 6 years ago

I feel the plugin should offer different options for enabling the close tag feature, my proposals are as follows:

rjmunro commented 5 years ago

It should definitely be top of the list in autocomplete.

If I type <foo><bar /></ and press tab, clearly foo> is the only possible next 4 characters. It would be great if this could be inserted without even an autocomplete popup.