codeswing
codeswing copied to clipboard
VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
I am a big fan of Vue and I would like to start playing with TypeScript.
Problem: The list is daunting and hard to read for a new swing. Proposed solution: Make this a wizard where you first ask the main focus(web framework or html or...
Hi! I dont undestand how connect links.where am i wrong? ` Home Portfolio Curriculum Vitae Contatti ` when I press portfolio or curriculum it doesn't change page.
While CodeSwing supports exporting your swings to CodePen, it would be ideal if there were a way to share a swing preview with others, without needing to rely on another...
Hi there, Firstly thanks for your work here! This project is _very_ close to what I've been looking for as I try build out an editor for some of my...
The VS Code WebView disallows calling `window.open`, and so we'll need to virtualize calls to this API, by opening new WebView windows.
The VS Code WebView disallows calling these APIs, and so we'll need to "monkey patch" them inside the swing preview and then virtualize them into VS Code toasts/input boxes.
 my operation step: 1.ctrl+shift+p: code swing: create a new swing 2.select the demo folder(rock-paper-scissors-master) 3.select basic:html/css/javascript then I find all my file contents is gone,why?
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...