What visual studio code formatter can i use to format .hbs handlebars files?

4.1k views Asked by At

I am working on a Node.js project that has Handlebars .hbs files in it. I am unable to format the .hbs files, because the standard version of the Prettier extension for VS Code doesn't support the .hbs file-type, or the Handlebars syntax.

What visual studio code formatter can i use to format .hbs handlebars files?

1

There are 1 answers

0
JΛYDΞV On

Try using the extension: "mfeckies.handlebars-formatter"

It worked well for me when I was working with .hbs files 18 months ago.