Releases: zardoy/typescript-vscode-plugins
Releases · zardoy/typescript-vscode-plugins
v0.0.7
Bug Fixes
- don't touch banned keywords (they most probably don't need space after it). Make default behavior less annoying a8d830d
v0.0.6
New Features
- add codefix for
const
and let
should be declared in block 633e249
v0.0.5
New Features
- Add
suggestions.keywordsInsertText
settings
starting from now, all keywords will now insert space after its name. You can disable it with setting above 66d0a88
v0.0.4
Bug Fixes
- don't patch text suggestios on functions & static classes functions
36c17f0
v0.0.2
New Features
- rewrite emmet support. Replace
jsxPseudoEmmet.enable
setting with jsxEmmet.type
you can opt into disabling or using real emmet completions (they are broken)
+perf 3aca612
Bug Fixes
- give correct intellisense for highlighted props
6a33538
v0.0.1
🎉 First publish with automatic release tool