Releases: tuwrraphael/queryselector-completion
Releases · tuwrraphael/queryselector-completion
1.0.0
[1.0.0] - 2020-12-27
ADDED
- completions for
.querySelectorin 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
HTMLInputElementproperty)