Slightly off topic, but related to Arduino development work in general.

Slightly off topic, but related to Arduino development work in general. I just learned that there are other IDE’s for Arduino. I’m excited to find something that allows me to jump between my functions quicker, have split windows, etc. Most of my projects are small - single file, but that could change if the UI was nicer. Can some of you share which IDE’s you have have tried and prefer?

I love PlatformIO on VS code. I’ve had no issue uploading to any boards and VS code is very fast and nice to use in my opinion.

I use http://codebender.cc and I upload my code through the Arduino IDE.

look to Notepad++ It can not compille, but I think it is very useful to edit or learn code
upd: it can reload opened file, that was changed with other software. Thats mean, that you can use arduino IDE with np++ together and make something on that side, that more comfortable to you.
missing/deleted image from Google+

For a while, I used to use Sublime Text editor with the STINO plug-in. I should really try that again.