IDE for Teensy in development

rcla

New member
I find Teensy boards to be very robust and deserve to have their own IDE.

I am developing the IDE, based on Theia.

Some of the features are:
* No need to install Arduino.
* For Build, Clean, Uploads activities, I relied on VisualTeensy's behavior of working with Makefile.
* When you go to select the boards, it will show you an image with their respective pins.
* Has syntax for suggestions when writing code.
* Works on Windows and Linux.

Below are some pictures:

Dark theme:
Theme-Dark.png


Light theme:
Theme-Light.png

Example:
Complete.png

I hope to have a first functional version at the end of July.
 
Back
Top