diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index f46d5a2c..f3dc6c44 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -71,9 +71,10 @@ on the "Customize" stage, otherwise ``python`` command will not be available. 2. Clang for Intelligent Code Autocompletion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -PlatformIO IDE uses `clang `_ for the Intelligent Code Autocompletion. -To check that ``clang`` is available in your system, please open -Terminal and run ``clang --version``. If ``clang`` is not installed, then install it: +PlatformIO IDE uses `clang `_ for the Intelligent Code +Autocompletion. To check that ``clang`` is available in your system, please +open Terminal and run ``clang --version``. If ``clang`` is not installed, +then install it and restart Atom: - **Mac OS X**: `Install the latest Xcode `_ along with the latest Command Line Tools @@ -84,6 +85,12 @@ Terminal and run ``clang --version``. If ``clang`` is not installed, then instal .. image:: ../_static/clang-installer-add-path.png + .. warning:: + If you see ``Failed to find MSBuild toolsets directory`` error in + the installation console, please ignore it and press any key to close + this window. PlatformIO IDE uses only Clang completion engine that + should work after it without any problems. + - **Linux**: Using package managers: ``apt-get install clang`` or ``yum install clang``. - **Other Systems**: Download the latest `Clang for the other systems `_.