https://github.com/putoutjs/vscode-putout
https://github.com/putoutjs/vscode-putout
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/putoutjs/vscode-putout
- Owner: putoutjs
- License: mit
- Created: 2024-05-23T17:09:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T13:41:36.000Z (over 1 year ago)
- Last Synced: 2025-01-20T14:41:17.583Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=coderaiser.vscode-putout
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# vs-code-putout
Visual Studio Code extension for 🐊[**Putout**](https://github.com/coderaiser/putout).
## Features
- Auto fix;
- Putout Fix in Command Pallete;
## Extension Settings
Set to `settings.json`:
```json
{
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
}
```
## Licence
MIT