lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 45 forks source link

Allow viewing the generated code for compiled languages #5

Closed lostintangent closed 9 months ago

lostintangent commented 3 years ago

Currently, swings allow you to write TypeScript, Pug, SCSS and Less, and the code is automatically compiled to JavaScript, HTML and CSS on-the-fly. However, in order to enable users to learn new languages and/or see how these preprocessed languages work, we should introduce a way to toggle a view that shows the resulting code when compiling TypeScript, Pug, SCSS and Less.