https://github.com/adrielcodeco/vscode-formact-prettier
https://github.com/adrielcodeco/vscode-formact-prettier
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrielcodeco/vscode-formact-prettier
- Owner: adrielcodeco
- License: mit
- Created: 2020-09-14T04:45:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T11:13:20.000Z (over 3 years ago)
- Last Synced: 2025-03-13T23:09:46.795Z (about 1 year ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Formact + Prettier
VSCode extension to enable run the Prettier action when formatting
## Installation
You can install this extension by one of the following options
- Search for `formact-prettier` on vscode marketplace
- Launch vscode quick open (Ctrl+p) and paste the following command
`ext install codeco.formact-prettier`
## How to use it _?_
This extensions add an action that can be called in vscode command (Crtl+Shift+p)

Can be used with [formact extension](https://github.com/adrielcodeco/vscode-formact) passing `formact.prettier.format` action

Or can be used on `editor.codeActionsOnSave` passing `formact.prettier.format` action
