https://github.com/seboran/destructure-snippets-js
https://github.com/seboran/destructure-snippets-js
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seboran/destructure-snippets-js
- Owner: Seboran
- License: mit
- Created: 2023-06-28T15:47:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T08:23:44.000Z (over 2 years ago)
- Last Synced: 2024-01-20T09:28:32.042Z (over 2 years ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# destructure-snippets-js README
Destructure your variables and your arguments with this simple refactoring extension!
## Features
Use the refactor menu of vscode to find the destructuration option.
By default is menu is accessible with the Cmd + shift + r shortcut on mac


## Requirements
No requirements
## Extension Settings
No contributions, loads on startup.
## Coming soon
Array destructuring of hooks
## Known Issues
## Release Notes
- 0.0.6 - Rename
- 0.0.5 - Improvements
- 0.0.4 - destructuring of existing assignment
- 0.0.3 - readme.md improvement
- 0.0.2 - vue and jsx compatibility
- 0.0.1 - Initial commit