microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.5k stars 29.38k forks source link

pug auto compile: WebStorm and Atom plugin #25693

Closed puppetmaster3 closed 7 years ago

puppetmaster3 commented 7 years ago

I love VS Code. But I badly need pug auto-compile. Like WebStorm has built in and atom plugin: https://atom.io/packages/jade-autocompile

help.

kieferrm commented 7 years ago

@aeschli FYI

aeschli commented 7 years ago

In VSCode, building is typically done through tasks. Have a look at https://code.visualstudio.com/docs/languages/css#_transpiling-sass-and-less-into-css how this is done for SCSS and LESS. And of course this could also be provided by an extension.

Closing as adding it as a built-in functionality to VSCode is not planned.