Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/putoutjs/vscode-putout
https://github.com/putoutjs/vscode-putout
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/putoutjs/vscode-putout
- Owner: putoutjs
- License: mit
- Created: 2024-05-23T17:09:46.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T11:02:47.000Z (4 months ago)
- Last Synced: 2024-08-30T08:41:50.478Z (4 months ago)
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=coderaiser.vscode-putout
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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