codeswing icon indicating copy to clipboard operation
codeswing copied to clipboard

Allow viewing the generated code for compiled languages

Open lostintangent opened this issue 5 years ago • 0 comments

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.

lostintangent avatar Dec 24 '20 20:12 lostintangent