Skip to content

Releases: zardoy/typescript-vscode-plugins

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

v0.0.16

13 Sep 16:37
Compare
Choose a tag to compare

🐛 Bug Fixes

  • don't expand plugin method snippet before dot 57e4d0b
  • fix native object literal expression for method snippets 57e4d0b

v0.0.15

13 Sep 16:29
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix builtin fixConvertConstToLet quickfix! eb8de78
  • wrap in block codeaction now places itself on a new line eb8de78

v0.0.14

12 Sep 05:40
Compare
Choose a tag to compare

Bug Fixes

  • escape $ in banned builtin positions a30cb0c
  • don't expand method snippet (including builtin) in more places such as object expressions a30cb0c

v0.0.13

12 Sep 02:27
Compare
Choose a tag to compare

New Features

  • meet @ts-diagnostic-disable! Support can be enabled via new setting, define this on first line in // comment and disable diagnostics you won't see in the editor 6faecfb

v0.0.12

11 Sep 09:54
Compare
Choose a tag to compare

New Features

  • include fix for builtin typescript.suggest.completeFunctionCalls in some positions out of the box f96835e

Bug Fixes

  • don't insert method snippet in some positions, inclusing const assigning f96835e

v0.0.11

11 Sep 09:04
Compare
Choose a tag to compare

New Features

  • big feature! Args snippets for simple arrow callbacks (enabled by default).
    Feature is experimental and doesn't support aliases for now 8f3280f

v0.0.10

11 Sep 06:39
Compare
Choose a tag to compare

New Features

  • misc Definition Improvements for react (enabled by default) 0765633
  • change Dts File Definition To Js to focus .d.ts -> .js (disabled by default) 0765633
  • -big annoyance, meet removeDefinitionFromReferences! (enabled by default)
    Thanks, talk2much! f016cab

v0.0.9

20 Jun 11:05
Compare
Choose a tag to compare

Bug Fixes

  • add import to the list of banned keywords, it means that no space will be added after it
    it was done to fix dynamic imports, it was annoying to always remove the space 28e89ac

v0.0.8

20 Jun 03:13
Compare
Choose a tag to compare

New Features

  • disable completions at import statement (#17)