id: editors
Atom users can simply install the prettier-atom package and use Ctrl+Alt+F
to format a file (or format on save if enabled).
Alternatively, you can use one the packages below, which behave similarly to prettier-atom but have a focus on minimalism.
Emacs users should see this repository for on-demand formatting.
Vim users can simply install either sbdchd/neoformat, w0rp/ale, or prettier/vim-prettier, for more details see the vim setup guide.
prettier-vscode
can be installed using the extension sidebar. Search for Prettier - Code formatter
. It can also be installed using ext install prettier-vscode
in the command palette. Check its repository for configuration and shortcuts.
If you'd like to toggle the formatter on and off, install vscode-status-bar-format-toggle
.
Install the JavaScript Prettier extension.
Sublime Text support is available through Package Control and the JsPrettier plug-in.
See the WebStorm setup guide.