About 65,600 results
Open links in new tab
  1. Why does Prettier not format code in VS Code? - Stack Overflow

    Oct 1, 2018 · In my Nuxt application where ESlint and Prettier are installed and enabled, I switched to Visual Studio Code. When I open a .vue file and press CMD+ Shift + P and choose Format …

  2. How to make "Prettier" the default formatter in VS Code?

    Sep 18, 2020 · Update the vs code if necessary. Make sure that you have prettier extension and enabled it. Go to setting by clicking ctrl with comma (,) that opens search setting bar. There search …

  3. "Prettier - Code formatter" is not working in Visual Studio code

    Dec 24, 2019 · I have Visual Code Studio(1.41.1) Editor and I need Auto Formatter I have installed this code format: Prettier - Code formatter Successfully installed but not working, I also tried to use the …

  4. vscode prettier doesn't format .tsx file - Stack Overflow

    May 11, 2020 · I've used the Prettier extension in the Visual Studio code editor for a long time, but recently, I have been writing to React with Typescript. So I need to configure for Prettier to format …

  5. What is the difference between the 4 "Prettier" VS Code extensions?

    Dec 7, 2021 · Prettier Extension Search VS COde I see Prettier - Code Formatter, Prettier Now, Prettier - Code Formatter, Prettier+. What is the difference between these four?

  6. VS-Code Prettier Format On Save doesn't work - Stack Overflow

    Dec 21, 2019 · When I followed these instructions, VS Code asked me which formatter I wanted to use to format the document even though prettier was already set in the settings.json file.

  7. Setting up Auto Format on Save easily in VS Code (Visual Studio Code ...

    Dec 7, 2023 · Add 'Prettier - Code Formatter' extension in VSCode and enable it Go to the VSCode settings to set both the User and Workspace fields for a) Editor: Default Formatter to "Prettier - Code …

  8. How can I configure Prettier & VS Code's settings.json file to format ...

    Dec 6, 2021 · 10 I have not been able to configure prettier to format my HTML and JavaScript code only, I don't know what else to put in my configuration. The ID for the Prettier extension that I currently …

  9. javascript - What is Prettier keyboard shortcut command in VS Code to ...

    Jan 31, 2020 · Using Prettier: Anyone know the keyboard shortcuts to auto-format a single block of javascript in VSCode on highlight, without having to save the entire file using Prettier to use auto …

  10. Indentation with Angular 17 new control flow in VS Code

    Nov 9, 2023 · 43 Prettier 3.1 supports intending Angular's new control flow. Run npm i [email protected] --save-dev to install v3.1 in your package.json as a dev dependency. Then, be sure that you have the …