Skip to content

Releases: tuwrraphael/queryselector-completion

1.0.0

27 Dec 14:22

Choose a tag to compare

[1.0.0] - 2020-12-27

ADDED

  • completions for .querySelector in typescript and javascript, a HTML file is imported using an ES6 import like import * 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)