Visual Studio Code
In this chapter, we will install Visual Studio Code with the Arduino extension for writing C++ code to run on the Arduino board. This development environment is optimal for larger projects. As a sketch grows larger and gets more complex it will be increasingly difficult to navigate and search the codebase without a proper code editor. This is where Microsoft’s free Visual Studio Code comes in handy. It supports Windows, Linux, and Mac and can handle many programming languages using Extensions. If you would like to customize the Gbox420 sketch from the GitHub Gbox420 library, you should consider using this dev environment.
Note: You still need the Arduino IDE installed along with Visual Studio Code.