Releases: zardoy/vscode-experiments
Releases · zardoy/vscode-experiments
v0.0.18
New Features
- Enable preview for insertCompletion on regex filtering
af80221
- insertCompletions initial JSX support
af80221
- signatureCompletions now always retriggers paramater hints by default
af80221
v0.0.17
Bug Fixes
- Revamp signature completions. They now correctly parse args with callbacks
18daf42
v0.0.16
New Features
Bug Fixes
insertCompletions
now correctly inserts prop at obj
insertAutoCompletions
fix not working
- disable unpredictable
features.preserveCamelCase
for now
signatureCompletions
now contributes completions ONLY if carret is nearby bracket 0480dfe
v0.0.15
New Features
- featuring autocompletion for function signature parameters!
signatureCompletions
- new command
insertCompletions
with improved insertAutoCompletions
: new args: destruct, includeOptional
- removed auto detection of
destruct
from command above
- copyVariableName also copies vars with let
57d7969
v0.0.14
New Features
copyLineVariableName
command
insertAutoCompletions
command
- export now can be added to type and interface
d1219e7
v0.0.13
New Features
- nextLetterSwapCase command
f0ba082
- basic fixCss (only command for now)
f0ba082
Bug Fixes
v0.0.12
Bug Fixes
- don't add newline to files that doesn't have import statements
155511c
v0.0.11
Bug Fixes
- don't check for severity to properly remove unused imports where TS gives error or warning for them
efa565b
v0.0.10
New Features
- feature: auto add newline after all import statements on save (alignImports)
443c48a
- add new command problemsBySource that shows just a number of problems grouped by source
443c48a
- statusbarProblems feature!
443c48a
Bug Fixes
- fix removeUnusedImports command
443c48a
- fixedSurroundIf: command deprecated, however it now shows quickpick
443c48a