Sublime Forum

Arduino IDE in Sublime

#1

I have been using the Stino dev plugin for years for editing Arduino sketches.
WIth the latest Arduinio IDE mess I am looking to use Sublime to compile and upload the sketches I edit in Sublime.
What are the current options for Sublime V4?

Windows 10 or 11, Sublime 4169, Arduino Nano, about 50 libraries.
(Not commercial use)

0 Likes

#2

If you can do it on the command line i.e. using something like https://github.com/arduino/arduino-cli then there is no reason why you can’t create a build system in ST to invoke the same thing

0 Likes