To code projects for the VEX AIM Coding Robot in Visual Studio Code (VS Code), install the VEX Extension, which supports Python. For IntelliSense and linting, the Python Extension is also required. The VEX Extension automatically sets up projects to work with both extensions.
Before you start, make sure you have VS Code installed on your computer. To install VS Code, visit https://code.visualstudio.com/.
Select the extension icon in the VS Code Activity Bar.
Type “VEX Robotics” in the search bar. The VEX Robotics Extension will appear in the sidebar below. Select Install.
Once installation is complete, both the VEX Robotics Extension and the VEX Robotics Feedback Extension will be installed and Install will be replaced with a settings icon.
The VEX icon will appear in the VS Code Activity Bar to show the installation has been successful.
Type “Python” in the Search Bar. The Microsoft Python Extension will appear in the sidebar. Select Install.
Once the installation is complete, Install will be replaced with a settings icon.
You can now begin coding in VS Code by selecting the VEX icon in the sidebar.
For helpful information about how to find, install, and manage VS Code extensions from the Visual Studio Code Marketplace, please see this article on the VS Code Website.