PROS is the only open source development environment for the VEX EDR Platform.
This plugin provides support for Atom, the official IDE of the PROS Development Team. For PROS-specific functionality, it interacts with the PROS CLI.
The main repository for the PROS kernel is located at https://github.com/purduesigbots/pros
The PROS plugin provides the following functionality, in addition to being a UI for the CLI:
- Autocomplete (provider for autocomplete-plus and fork of autocomplete-clang)
- Linting (fork of linter-gcc)
- Building (provider for build)
To install PROS for Atom, download Atom, Clang, and the latest PROS toolchain/CLI. Then, install the pros package. Alternatively, installers are available for most platforms in the pros repository.
The PROS kernel source code and this project is licensed under the Mozilla Public License 2.0. The complete license can be found in the LICENSE file.