diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 01a6130d..84f8720f 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -57,6 +57,11 @@ There are 3 predefined targets for building: * ``PLATFORMIO_UPLOAD`` - build and upload (if no errors) * ``PLATFORMIO_CLEAN`` - clean compiled objects and etc. +.. warning:: + The libraries which are added, installed or used in the project + after generating process wont be reflected in IDE. To fix it you + need to reinitialize project using :ref:`cmd_init` (repeat it). + .. warning:: PlatformIO generates empty project by default and **code auto-completion will not work!** To enable auto-completion please choose one of: diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index 61d69a16..a2c9c227 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -53,6 +53,10 @@ Then: 2. Open source file from ``src`` directory (``*.c, *.cpp, *.ino, etc.``) 3. Build project: ``Menu: Project > Build Project``. +.. warning:: + The libraries which are added, installed or used in the project + after generating process wont be reflected in IDE. To fix it you + need to reinitialize project using :ref:`cmd_init` (repeat it). Articles / Manuals ------------------ diff --git a/docs/ide/qtcreator.rst b/docs/ide/qtcreator.rst index 6474bfd2..0ab90709 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -85,6 +85,11 @@ Then: .. image:: ../_static/ide-platformio-qtcreator-3.png :target: http://docs.platformio.org/en/latest/_static/ide-platformio-qtcreator-3.png +.. warning:: + The libraries which are added, installed or used in the project + after generating process wont be reflected in IDE. To fix it you + need to reinitialize project using :ref:`cmd_init` (repeat it). + Manual Integration ^^^^^^^^^^^^^^^^^^ diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index 2e680694..af40d21e 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -52,6 +52,11 @@ Then: 2. Open source file from ``src`` directory (``*.c, *.cpp, *.ino, etc.``) 3. Build project: ``Menu: Build > Build Solution``. +.. warning:: + The libraries which are added, installed or used in the project + after generating process wont be reflected in IDE. To fix it you + need to reinitialize project using :ref:`cmd_init` (repeat it). + Manual Integration ^^^^^^^^^^^^^^^^^^