Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.66 KB

stino.md

File metadata and controls

37 lines (21 loc) · 2.66 KB

#Sublime Text + Arduino = Stino

Stino Logo

It's no secret that I'm a huge fan of the Sublime Text editor. The number of features and level of customisation that it offers developers are incredible, and (at the time of writing at least) with a bit of practice it's a breeze to write Arduino code compared to the native Arduino IDE. As of version 1.6.3, there are nice additions, especially some much needed syntax highlighting, but for the moment Arduino's forte is hardware rather than software. This is where Robot Will comes in. His Arduino plugin for Sublime Text allows you to write, upload, and debug sketches from the comfort of Sublime.

Getting Started

Once you've installed Stino you'll see a new menu item in Preferences called Show Arduino Menu

Before After

Package Control

The quickest way to install Stino is with Will Bond's <a href="http://packagecontrol.io"target="_blank"> Package Control. If you have this installed already the proceed to the next step - otherwise follow the link and install package control for your version of Sublime Text.

Install Package

Open the palette by clicking Ctrl + Shift + P on Windows or by pressing Cmd + Shift + P on a Mac and choose Package Control: Install Package install

Start typing "Arduino" and you want to select the option that says Arduino-like IDE. You can see in the description that it's developed by "Robot Will" and the package name is "stino". stino

Using Stino

Depending on your particular setup you may need to restart Sublime once or twice. The best way to test whether installation has been successful is by opening a .ino file. You should now see the new Arduino menu item to the right of Help

Arduino Menu Item

This new menu item should give you access to all the features of the Arduino IDE. If you don't have Arduino installed to the default location then Stino may not be able to see your examples and sketchbook. If you have installed Arduino to somewhere other than the default location just choose the Select Arduino Folder option and type the path to the directory where you have installed Arduino.

Type path to Arduino

Arduino 1.0 Arduino 1.6