Releases: zardoy/vscode-experiments
Releases · zardoy/vscode-experiments
v0.0.69
Bug Fixes
- always show quick fix to add vscode import b505ea6
v0.0.68
New Features
- copyVariableName: add ability to copy css class name (#13)
v0.0.67
Bug Fixes
- expand-tag: remove space if appliable before tag da3492f
v0.0.66
New Features
- stricter type decorations (#11)
- fix: only show decoration if selection is empty
- now decorations showing only in case if there is no existing value
- new settings to filter out some decoration values
- disable after
const
or let
5ad99a3
v0.0.65
New Features
- auto expand tag + command (#12)
v0.0.64
Bug Fixes
- type-decorations: disable in style blocks (#7)
- extension crash on empty changes 2a314f4
- make autoRemoveSemicolon disableable 2a314f4
v0.0.63
New Features
- copyVariableName: allow to copy first destructured or imported variable (#9)
v0.0.62
New Features
- new rename provider for console.time labels 8d86ca0
v0.0.61
New Features
- add dev command for printing uri of active document 7af68e0
v0.0.60
New Features
- auto remove semicolon (#6)