Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@tuwrraphael tuwrraphael released this 27 Dec 14:22
· 7 commits to main since this release

[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)