
Offers a list of symbols matching your input and automatically adds required import statements. Lets you easily use static methods or constants. Press Ctrl+Shift+Space twice to get module.getProject() without any additional effort. Say you're looking for a value of Project and only have the Module module declaration. Digs a tad deeper than Smart Completion and lists applicable symbols accessible via methods or getters in the current context. This and other completions are constantly learning from you, moving the members of the most frequently used classes and packages to the top of the suggestions list, so you can select them faster. Ctrl+Shift+Space gives you a list of the most relevant symbols applicable in the current context. Using this information it provides indepth coding assistance, quick navigation, clever error analysis, and, of course, refactorings. IntelliJ IDEA analyzes your code, looking for connections between symbols across all project files and languages. Here is an example: cmake_minimum_required(VERSION 2.8.Deep insight into your code. When you have completed these steps, you can create a new Arduino Sketch project which will automatically create a CMake file for you, which you can edit to configure the type of board you are using and the serial port, etc.


(Preliminary - if you are on Windows 8 or 10, make sure you have installed the Arduino IDE using the full-download from.

As was mentioned in a previous answer, the best bet for someone who is already familiar with the IntelliJ family of products is to use CLion with the Arduino and Serial Port Monitor plugins.
