Introduction and Installation of PROS | Setting Up the PROS Editor | Introduction to C | Introduction to Object Oriented Programming and C++
This guide assumes that you have followed the instructions listed in the Git / GitHub Usage Guide and have successfully installed Git and have a GitHub account.
The Tree View allows you to visually see all the files in your project.
To toggle the Tree View, go to the top menu bar and select View / Toggle Tree View.
The Git Tab allows you to access the Editor's Git / GitHub integration.
To toggle the Git Tab, go to the top menu bar and select View / Toggle Git Tab.
To access and modify existing files saved in a Git repository (such as PYRO's robot code files), the Git repository must be cloned to the system.
- Go to the repository's website on GitHub.
- Click the green dropdown button "Clone or download".
- Copy the link presented.
- In the PROS Editor, open the command palette by pressing [ctrl] + [Shift] + [P].
- Start typing GitHub: Clone and select GitHub: Clone.
- Paste the link from step 3 in the "Clone from" field, and verify the "To directory" field is where you want the repository project to be saved.