Electronic – arduino – Using IntelliJ to for Arduino IDE

arduinoide

I'm on Mac OS X and have a license for IntelliJ Ultimate. Is it at all possible to use IntelliJ as an IDE for Arduino projects?

Best Answer

You can now use Jetbrains' CLion to develop and run Arduino sketches. Just grab the Arduino plugin!

Open Clion and go to Configure/Settings/Plugins. Choose 'Browse Repositories' search for Arduino, and click install. (There are two. One is a fork of the other. I recommend picking the one that was updated more recently.) Then restart Clion.

You'll now see the option to create a new Arduino Sketch Project!

New Arduino project