Lines Matching full:code
3 Visual Studio Code
6 `Visual Studio Code`_ (VS Code for short) is a popular cross-platform IDE that supports C projects
9 This guide describes the process of setting up VS Code for Zephyr's
10 :zephyr:code-sample:`blinky` sample in VS Code.
15 Get VS Code
18 `Download VS Code`_ and install it.
26 This guide gives details on how to configure the :zephyr:code-sample:`blinky`
33 Open the project in VS Code
36 #. In VS Code, select :menuselection:`File --> Open Folder` from the main menu.
46 In order to support code navigation and linting capabilities, you must compile your project once to
60 code navigation in VS Code.
62 #. Go to the :menuselection:`File --> Preferences --> Settings` in the VS Code top menu.
67 Linting errors in the code should now be resolved, and you should be able to navigate through the
68 code.
73 There are many other extensions that can be useful when working with Zephyr and VS Code. While this
104 .. _Visual Studio Code: https://code.visualstudio.com/
105 .. _Download VS Code: https://code.visualstudio.com/Download
106 .. _VS Code documentation: https://code.visualstudio.com/docs
108 .. _C/C++ Extension documentation: https://code.visualstudio.com/docs/languages/cpp
109 .. _CMake Extension documentation: https://code.visualstudio.com/docs/cpp/cmake-linux