codeswing icon indicating copy to clipboard operation
codeswing copied to clipboard

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment

Results 59 codeswing issues
Sort by recently updated
recently updated
newest added

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...

enhancement
p2

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.

enhancement
p3

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.

enhancement
p3

![Snipaste_2021-01-01_17-56-45](https://user-images.githubusercontent.com/54085641/103436816-bdcc9100-4c5a-11eb-88d9-2a0432fda8ab.png) 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?

bug
p1

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...

enhancement
p3