About 19,200,000 results
Open links in new tab
  1. Format Code with Prettier in Visual Studio Code: Setup Guide

    Jul 31, 2025 · Learn how to format code with Prettier in Visual Studio Code. This guide walks you through installing, configuring, and using Prettier for code formatting.

  2. How To Use Prettier in Visual Studio Code - freeCodeCamp.org

    Mar 18, 2024 · It's almost impossible to do it manually, but that's where Prettier comes into play. In this guide, you will learn how to install Prettier in Visual Studio Code and how to use it to …

  3. How to install & Configure Prettier in VS Code - Medium

    Jun 7, 2024 · If you’d like to install Prettier globally on your system and enable the “Format on Save” feature in Visual Studio Code (VS Code), here’s a step-by-step guide that will walk you …

  4. How to Configure Prettier in VS Code: Step-by-Step Guide

    Aug 17, 2025 · Learn how to install and configure Prettier in Visual Studio Code for automatic code formatting. A simple guide with screenshots for beginners.

  5. How to Format Code Using Prettier in Visual Studio Code

    Oct 11, 2024 · In this step-by-step instruction you’ll learn how to format code with Prettier in Visual Studio Code.

  6. Set up Prettier and VS Code to Format Your Code - HumanKode

    Sep 8, 2023 · Prettier is a code formatter that formats javascript, typescript, html and many other formats. In this tutorial, I'll show you how to set up prettier with VS Code so that documents …

  7. How to Install Prettier in Your Codebase and VSCode

    Aug 14, 2024 · First you need to install the exact version of prettier locally. This ensures that everyone will use the exact same version for formating code in the project. Next you need to …

  8. How to Use Prettier in VSCode to Format Code - tms …

    Nov 17, 2024 · This article will guide you through how to use Prettier in VSCode to streamline your development tasks. By the end of this guide, you’ll know how to install and configure …

  9. How to Setup Prettier in VSCode and Format your Project

    Dec 8, 2023 · Here we have a simple NodeJS project written with TypeScript and we're gonna install and configure Prettier in VSCode.

  10. How to configure Prettier and VSCode - Better world by better …

    Sep 9, 2019 · This blog post shows how to configure Prettier to work from command line, from VSCode and from Git hooks. You can find the sample project with different Prettier settings …