python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Visual Studio Code Prettier extension intermittently throws an error on formatting
I need to restart Visual Studio Code several times a day because the Prettier formatter extension (esbenp.prettier-vscode) throws errors. It is as if the extension gets confused after numerous success...

Clarice Bouwer
Votes: 0
Answers: 0
Prettier not formatting HTML in Visual Studio Code
All I want to do is for Prettier to work on Visual Studio Code whenever I'm working on my HTML files, but nothing seems to work.
I made my default formatter Prettier.
I enabled Format on Save, Paste, ...
lollipop087542
Votes: 0
Answers: 1
How to get rid of eslint prettier errors
How do I get rid of this replace error that underline red all over my code?
Also everytime I "fix" all the errors, whenever I save, it show me the same error again.
Cristian Casallas
Votes: 0
Answers: 2
How to setup flatTernaryExpressions in prettier VSCode?
I have configured prettier for formatting documents in VSCode. When I format document, it formats like below
function fun1(value: string): string {
return <condition_1>
? "strin...
hi-ren
Votes: 0
Answers: 0