forked from platformio/platformio-core
Minor improvements for CLion docs
This commit is contained in:
@ -81,7 +81,8 @@ Known issues
|
||||
Arduino ``.ino`` files are not supported
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
CLion doesn't support Arduino files (``*.ino`` and ``.pde``) because they are
|
||||
CLion uses "CMake" tool for code completion and code linting. As result, it
|
||||
doesn't support Arduino files (``*.ino`` and ``.pde``) because they are
|
||||
not valid C/C++ based source files:
|
||||
|
||||
1. Missing includes such as ``#include <Arduino.h>``
|
||||
|
Reference in New Issue
Block a user