CodeSwing – a VS Code extension for quick prototyping
- Published at
- Updated at
- Reading time
- 1min
I was a huge CodePen fan in the past, but lately, I prefer my local development environment for creating quick demos and tryouts. I'm so used to my VS Code setup that I don't want to miss it.
To not fill my computer with random "throw away files", I usually create projects in the /tmp
directory, test something out and forget about the files because they'll be deleted automatically.
I rarely need to clean up my computer; if you want to learn how to avoid an overflowing Downloads
directory or a desktop full of screenshots on macOS, check this blog post.
Today I discovered the CodeSwing VS Code extension. It's like a local CodePen and precisely what I needed. It quickly spins up a demo environment, includes a snappy browser preview and automatically cleans up the files. It's beautiful!
Find CodeSwing on the VS Code marketplace or, if you want to learn more, read Bramus' blog post about it.
Join 5.5k readers and learn something new every week with Web Weekly.