Releases: zardoy/typescript-vscode-plugins
Releases · zardoy/typescript-vscode-plugins
v0.0.70
v0.0.69
v0.0.68
🐛 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
✨ 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
v0.0.66
v0.0.65
✨ 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 ofmethodSnippetsInsertText
(#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
v0.0.63
✨ 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