Tandem VSCode Sync Extension (Alpha)This is a visual programming extension for VSCode that enables you to see your HTML/CSS/JS code changes as you're writing code. Getting started
You're done! Tandem will execute your HTML/CSS/JS code like a normal browser. Any changes that you make in VSCode will automatically synchronize with Tandem, and vice versa. Drag & drop files from VSCode directly into TandemDrag and drop any HTML file into Tandem to create a new Artboard. You can even drag & drop the same document multiple times to produce multiple Artboards that can be used for responsive testing. Realtime changes between VSCode and TandemNo setup required if you're using HTML & CSS - this extension will automatically detect when Tandem running. Just start typing, and changes will automatically synchronize between editors. If you're using other languages such as JSX, SASS, PHP, Less, or others, then you'll need to add some additional configuration to help Tandem properly map & edit your source code. More documentation on that soon. cmd/ctrl+click any element in Tandem to reveal its source code in VSCodeWorks with HTML & CSS out of the box. You'll need to turn on source maps if you're using other languages such as SASS, and LESS. |