Skip to content

Releases: zardoy/typescript-vscode-plugins

v0.0.70

08 Nov 14:51
00d3fee
Compare
Choose a tag to compare

✨ New Features

  • refactoring: add/from destructure improvements (#182)
  • (code actions): add/from destructure (#175)
  • add jsDoc typecast completions, add tests (#180)
  • special-command: Print Performance & Memory Info 4517bb8

🐛 Bug Fixes

  • improve Copy Full Type command for indexed access 9603f99
  • Rename setting "methodSnippetsInsertText" to "methodSnippets.previewSignature" (#179)
  • typo 3096cc1

v0.0.69

22 Aug 18:00
Compare
Choose a tag to compare

🐛 Bug Fixes

  • disable removeDefinitionFromReferences in js class prop definitions
    (#165)
  • declare missing property now works be05d62
  • e.code suggestions work in switch-case be05d62
  • dont disable method snippets when function has promisify property 5838ca4

v0.0.68

09 Aug 10:21
Compare
Choose a tag to compare

🐛 Bug Fixes

  • better error message in devtools console when TS misbehaves (you will see no completions in this case) cffd4bc
  • fix optional chaining (?.) auto insertion with method snippets with insert text e144fe6
  • Remove Useless Function Props: finally we carefully remove only actual function props and not every completion that has bad name e.g. global Symbol completion e820410
  • harmless parent is undefined crash? e019d60

v0.0.67

05 Aug 17:28
Compare
Choose a tag to compare

✨ New Features

  • codeAction: rename parameter to name from type (#107)
  • asSuggestions: add asSuggestions da98720
  • getArgumentReferencesFromCurrentParameter: add getArgumentReferencesFromCurrentParameter special command 15bee04
  • suggestions.displayImportedInfo: add hover support
    Co-authored-by: Vitaly [email protected] 20dd2f4

🐛 Bug Fixes

  • array-methods: completions crash after []. 1eb53a5
  • methodSnippetsInsertText before . sorting workaround
    (#161)
  • disable class method snippet insertion mode if methodSnippetsInsertText is enabled f7d7901

v0.0.66

13 Jul 18:14
Compare
Choose a tag to compare

✨ New Features

  • Enable suggestions.displayImportedInfo to short-format by default 8410ab3

🐛 Bug Fixes

  • locality-bonus: plugins completions don't display when TS returned no completions 5c9ff75
  • should not disable disableMethodSnippets.functionArguments by default fd1cec6

v0.0.65

13 Jul 14:27
Compare
Choose a tag to compare

✨ New Features

  • Now locality bonus is used only for global completion, so it doesn't conflict with fix properties sorting feature and it seems to be more logical. 39c34e7
  • add 'disableMethodSnippets.functionArguments'
    (#142)
  • array-methods: Add a way (setting) to insert first letter only as inferred item name 6fa2be5
  • deprecate changeKindToFunction in favor of methodSnippetsInsertText (#149)

🐛 Bug Fixes

  • regression: fix properties sorting feature in most cases 39c34e7
  • array-methods: make sure array methods work in all cases e.g. with [], always lowercase first 6fa2be5
  • methodSnippetsInsertText: don't add method snippet completion is already snippet (in other words it can be explicitly disabled either by us or by you with replaceSuggestions) 7c6c447
  • Object literal completions remove original
    (#145)
  • now source action can be disabled either in code actions on save or via setting completely
    (#150)

v0.0.64

11 Jul 19:39
Compare
Choose a tag to compare

🐛 Bug Fixes

  • don't skip this when insert text for method completions is enabled
    (#148)

v0.0.63

04 Jul 12:28
d9a8238
Compare
Choose a tag to compare

✨ New Features

  • update locality bonus!
    Now variables defined before have more priority, added a setting so you can return old behavior, which was also improved. cc49905
  • new-command: replace global typescript with local version, so you can update TS globally for bug fixes and so on eee48c3
  • e.code key codes hint suggestions 1c6e950

🐛 Bug Fixes

  • remove workaround to place previous variable completion at top, update TS (now there is a command for this) or/and enable locality bonus! 1d439f2
  • don't complete in invalid positions fd7a6c5
  • dont wipe insertText for globalLibCompletions! (when features is on) 537286b
  • object-literal-completions: don't add comma if its already there 8c8b6d4
  • object-literal-completions: Handle literal string union complete pattern 8c8b6d4

v0.0.62

21 Jun 16:55
d0b9de8
Compare
Choose a tag to compare

✨ New Features

  • boost name suggestion after its declaration f76e81b
  • add a command to disable all optional features after install (finally!) 8033fa2

🐛 Bug Fixes

  • fix outline for localized typescript (use logic from completions)
    (#135)
  • fix plugin code actions compatibility with locale 8c07026

v0.0.61

10 Jun 18:34
9941886
Compare
Choose a tag to compare

🐛 Bug Fixes

  • better type alias in navbar patching 55f4aac
  • fix toString patching out of the box 7e27619
  • ban method snippets in the following location: test/*|*/ = () => {} 4ab7111
  • handle case with no vue specific config 313dd26