microsoft / typescript-lit-html-plugin

TypeScript server plugin that adds intellisense for lit-html template strings
MIT License
253 stars 20 forks source link

Closing tag autocompletion is missing '>' #25

Closed mjbvz closed 5 years ago

mjbvz commented 5 years ago

From @jolleekin on October 15, 2018 12:34

Steps to reproduce

  1. Type <some-tag></

Actual

Expected

Suggestions

Even better, the plugin could automatically insert the closing tag when user finishes typing the opening tag. For example, the plugin automatically inserts </some-tag> after user types <some-tag> or <some-tag attribute1="value1" attribute2="value2">.

Copied from original issue: mjbvz/vscode-lit-html#52