[1.0.0] - 2020-12-27
ADDED
- completions for
.querySelector
in typescript and javascript, a HTML file is imported using an ES6 import likeimport * as html from "./template.html"
. - code action for not defined class properties to define a private property and inferring the correct type by using the querySelector and the html file imported (eg. generate a
HTMLInputElement
property)