To get the most out of Prettier, it’s recommended to run it from your editor.
If your editor does not support Prettier, you can instead run Prettier with a file watcher.
The vim plugin doesn’t provide this, or rather the highlight doesn’t stay once I start doing something else. The highlighter plugin however makes it much clearer. Workflow Tweaks (Avoiding) Git in Visual Studio. Visual Studio has a whole git interface but try as I might I can’t seem to get on with it. I gotta be honest here, I do most of my git stuff straight in Iterm. However, VSCode has an incredibly nice Git Diff split screen. To get that level of git integration, check out this plugin: tpope/vim-fugitive. Additional plugins that you may want. This is some of the stuff I used in Visual Studio Code, that I wanted to bring into Vim.
I gotta be honest here, I do most of my git stuff straight in Iterm. However, VSCode has an incredibly nice Git Diff split screen. To get that level of git integration, check out this plugin: tpope/vim-fugitive. Additional plugins that you may want This is some of the stuff I used in Visual Studio Code, that I wanted to bring into Vim. On Windows systems, there are several ways to integrate Vim with Microsoft Visual Studio. 1 Integration of Vim with Visual Studio 2003 and later 1.1 Control Visual Studio from Vim 1.2 Making Visual Studio's editor work like Vim 1.3 Vim as an external tool 1.3.1 Using old versions of Vim 1.3.2 Visual Studio 2010 1.4 Opening Vim file in Visual Studio 2 Use Vim instead of Visual Studio's editor 2.
Note! It’s important to install Prettier locally in every project, so each project gets the correct Prettier version.

Visual Studio Code
prettier-vscode
can be installed using the extension sidebar – it’s called “Prettier - Code formatter.” Check its repository for configuration and shortcuts.
If you’d like to toggle the formatter on and off, install vscode-status-bar-format-toggle
.
Emacs
Check out the prettier-emacs repo, or prettier.el. The package Apheleia supports multiple code formatters, including Prettier.
Vim
vim-prettier is a Prettier-specific Vim plugin. Neoformat, ALE, and coc-prettier are multi-language Vim linter/formatter plugins that support Prettier.
For more details see the Vim setup guide.
Sublime Text
Sublime Text support is available through Package Control and the JsPrettier plug-in.
Vim Emulator
JetBrains WebStorm, PHPStorm, PyCharm..
See the WebStorm setup guide. Gestimer.
Visual Studio
Install the JavaScript Prettier extension.
Visual Studio 2013 Vim Plugin
Atom
Atom users can install the prettier-atom package, or one of the more minimalistic mprettier andminiprettier packages.
Espresso
Espresso users can install the espresso-prettier plugin.
