Skip to content

Releases: zardoy/typescript-vscode-plugins

v0.0.6

29 May 21:04
Compare
Choose a tag to compare

New Features

  • add codefix for const and let should be declared in block 633e249

v0.0.5

24 May 20:33
Compare
Choose a tag to compare

New Features

  • Add suggestions.keywordsInsertText settings
    starting from now, all keywords will now insert space after its name. You can disable it with setting above 66d0a88

v0.0.4

19 May 01:30
Compare
Choose a tag to compare

Bug Fixes

  • don't patch text suggestios on functions & static classes functions 36c17f0

v0.0.3

08 May 12:14
Compare
Choose a tag to compare

Bug Fixes

v0.0.2

08 May 11:39
Compare
Choose a tag to compare

New Features

  • rewrite emmet support. Replace jsxPseudoEmmet.enable setting with jsxEmmet.type
    you can opt into disabling or using real emmet completions (they are broken)
    +perf 3aca612

Bug Fixes

  • give correct intellisense for highlighted props 6a33538

v0.0.1

08 May 06:41
Compare
Choose a tag to compare

🎉 First publish with automatic release tool