Skip to content

Releases: zardoy/typescript-vscode-plugins

v0.0.27

07 Oct 07:07
Compare
Choose a tag to compare

🐛 Bug Fixes

  • republish to marketplace to resolve releasing changelog issue because of ovsx servers down 7438d0d

v0.0.25

05 Oct 06:38
Compare
Choose a tag to compare

✨ New Features

  • boost keyword suggestions in some locations, adds extends in type contexts b38a3fc
  • disableUselessHighlighting (disabled by default). I personally really love this feature! Simple but effective 4722e67
  • add more suggestions in default parameter for generics by additionalTypesSuggestions (not controlled by setting) e6c5c9c
  • Exclude covered cases in switch for strings & enums (enabled with setting by default

🐛 Bug Fixes

  • don't track emmet.excludeLanguages if emmet is not enabled 818a1a5
  • there should be a way to disable emmet completions with ext setting c637b46

v0.0.24

25 Sep 14:32
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix activating on the web 4dd7d1a
  • fix changelog of previous release 4dd7d1a

v0.0.23

25 Sep 13:57
02481bc
Compare
Choose a tag to compare

✨ New Features

  • improve inferring name of arrays:
    users.map(user => ).filter(user => ) also suggest item in more locations a3f755f
  • Meet new strict emmet! jsxEmmet.type was removed in favor of two new settings: jsxEmmet and jsxPseudoEmmet (which is disabled by default now) (#49)
  • Meet web support! New web-only feature: now it is possible to click on import paths! (#49)
  • fix array method snippets in some cases
  • add experimental declare missing property codefix. It will be most probably removed from here :D

🐛 Bug Fixes

  • fix: fix findNodeAtPosition that it was always looking for a node one char behind. To restore old behavior, use offset: offset - 1 in first arg. Also this fix now makes it receive data in the first arg.
  • restore suggestions sorting in more locations ec33dc3

v0.0.22

19 Sep 18:15
Compare
Choose a tag to compare

🐛 Bug Fixes

  • don't crash when activating TS buitin extension manually 1438376

v0.0.21

19 Sep 10:02
Compare
Choose a tag to compare

✨ New Features

  • Add API vscode command tsEssentialPlugins.getNodeAtPosition that some extension can use to reliably get node at position! 3a73e51
  • add highly customizable arrayMethodsSnippets!
    No reason to not enable them! Disabled by defeault, just to not suprprise everyone! a97fa08

v0.0.20

18 Sep 19:52
Compare
Choose a tag to compare

✨ New Features

  • disable by default method snippet methods in jsx attributes to not be annoying when passing callbacks for attributes starting with on a257ef7
  • add experimental postfixes that disabled by default 14fe64d
  • huge-feature!: add jsxCompletionsMap for incredible jsx attributes customization! 8c70e19
  • add enable by default fix for jsx completions snippets 8c70e19

🐛 Bug Fixes

  • don't expand method snippet in attributes name suggestions. Probably will be adopted instead in future c4c7a63
  • outline: don't crash in files that contained indexed signature in type 6f54ab5
  • don't expand builtin and our method snippets at jsx tag positions! 252feb1
  • allow to expand builtin method snippets in property assignment 252feb1

v0.0.19

15 Sep 12:27
429c48b
Compare
Choose a tag to compare

✨ New Features

  • huge-feature: add jsx tags to outline! (#37)

v0.0.18

14 Sep 09:45
Compare
Choose a tag to compare

🐛 Bug Fixes

  • enable method snippets for var type, which is quite common 01e8eaf

v0.0.17

14 Sep 05:52
Compare
Choose a tag to compare

🐛 Bug Fixes

  • enable builtin snippet methods in more places such as alias assigning, object literal expr d6a6756
  • expand builtin snippet method when the same completion is accepted d6a6756
  • enable builtin snippet methods for aliases, such as path.join d6a6756
  • don't expand our method snippet for object types d6a6756