Pug Autocompiler in VSCode

Viewed 3271

I am looking for a Pug autocompiler that works much like the SASS one. I am using VSCode and have found a great SASS auto-compiler, but I still need one for Pug.

1 Answers

I'm using Live Pug Compiler extension (5 stars). Compile PUG files to HTML at real time with this extension. It works very well.

Related