简体   繁体   中英

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

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?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM