From fa11f5d613a01b0e488d0993ba408d58eaff5c66 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 16 Jul 2015 13:27:58 +0300 Subject: [PATCH] More details about limited features of CLion IDE --- docs/ide/clion.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 2beb1c31..3edb148c 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -33,12 +33,16 @@ Since PlatformIO 2.0 you can generate CLion compatible project using platformio init --ide clion --board %TYPE% -Then import this project from start menu or via ``File > Import Project>`` and specify root directory where is located. - -:ref:`projectconf` +Then import this project from start menu or via ``File > Import Project>`` and +specify root directory where is located. .. warning:: - CLion is still in the development stage, so some of the features probably will not work with PlatformIO + CLion is still in the development stage, so some of the features (like, + auto-complete) probably will not work with PlatformIO. See + `CLion issue #CPP-3977 `_. + + Active discussion located in + `PlatformIO issue #132 `_. Screenshot ----------