Have you tried using Arduino with the ‘Use external editor’ preference checked? With that checked you can use whatever editor you’d like, and just use Arduino/Teensyduino to Verify/Compile/Upload.
@Randal_B I’m temporarily using the default IDE, but will play around with the external editor option and Sublime. Either that, or get Stino running again.
Update: Just got it running by setting Stino preferences and adding the arduino bin directory to my path.
lots of them have added features which help make coding much more bearable. lol. Arduino IDE is extremely basic.
Im using the external editor preference and it works fairly well so far. Doing all my coding in Sublime, and verifying/uploading on the arduino ide. the code auto updates in the Arduino IDE which is nice.
For Arduino Uno, Pro Mini, and pure-C ATTiny85, I’ve used Eclipse, plus the Arduino Eclipse plugin[1].
For Teensy, I’m using the makefile from the Teensyduino code[2], and since GNU Make handles the build, I can switch between IDEs freely. So far, I’m using KDevelop, which is alright but doesn’t have a lot of refactoring features built-in – but it still has the advantage of being able to build and program with one keypress (although since that’s in the makefile target, any IDE could trigger that).