Releases: zardoy/typescript-vscode-plugins
Releases · zardoy/typescript-vscode-plugins
v0.0.17
🐛 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
🐛 Bug Fixes
- don't expand plugin method snippet before dot 57e4d0b
- fix native object literal expression for method snippets 57e4d0b
v0.0.15
🐛 Bug Fixes
- fix builtin
fixConvertConstToLet
quickfix! eb8de78
- wrap in block codeaction now places itself on a new line eb8de78
v0.0.14
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
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
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
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
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
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
New Features
- disable completions at import statement (#17)