DEV Community

Junior Batista
Junior Batista

Posted on

How to install Prettier in VS Code. The easy way.

Simple guide to get Prettier in Visual Code quick, simple and easy

Open the extesion panel and search Prettier

Then open settings and click on formatting and check the options that works better for you.

That's it! Hope it's helpful!

Top comments (2)

Collapse
 
khuongduybui profile image
Duy K. Bui

The default / official Prettier extension does not support plugins very well. At least I never figured out how to do it, especially in combination with Remote Development Extension Pack.

Instead I use Prettier+ (svipas.prettier-plus). All settings are identical, but the use of plugins is much more straightforward.

Collapse
 
juniorbatistadev profile image
Junior Batista

That's nice