VisualTeensy - TeensyUser/doc GitHub Wiki

VisualTeensy is a lightweight Windows utility which fully automates the generation of Teensy projects for vsCode, a modern, open source code editor.

VisualTeensy does not touch any global or user level settings in vsCode and does not install any extension to vsCode. It only creates some Json control files (tasks.json, c_cpp_properties.json, launch.json) and a makefile and copies them into the appropriate subfolders of your project. After you have generated the project with VisualTeensy, you can use the native commands of vsCode to create your sketch and upload it to the board.

VisualTeensy

VisualTeensy is open source and is published under the MIT Licence.

Forum Posts