Using the Context Menu in VEXcode GO Python

Right-clicking in VEXcode GO leads to many options to help you with your Python coding. 


Opening the Context Menu

Diagram illustrating the GO Category Description for Python Tutorials, showcasing key components and features of the VEX GO robotics system.

Right-clicking on a command or in the programming area will open the Context Menu

Flowchart illustrating the process of using Python with VEX GO robot, showcasing key steps in programming and integration for robotics tutorials.

Notice the shortcuts on the right side of the Context Menu. These will match with your keyboard depending on your operating system. Here a macOS device is being used.

Changing Font Size

Diagram illustrating the GO category description for Python tutorials, showcasing key components and features of the VEX GO robotics system.

Sometimes it can be hard to read the text commands because the font is too small. Use the 'Font Increase' option to make the commands in the workspace larger.

Diagram illustrating the GO robot system components and their connections, used in Python tutorials for robotics programming.

To make the font smaller, use the 'Font Decrease' option.

Diagram illustrating the GO robotics system components for Python tutorials, including motors, sensors, and controller connections, to aid users in understanding GO programming and hardware integration.

If you want to return to the default font size in the workspace, select the 'Font Reset' option

Line Comments

Diagram illustrating Python programming concepts for GO robotics, featuring key components and their relationships, used in the context of GO Category Description and Python Tutorials.

Selecting one of the 'Line Comment' options will allow you to change a command to a comment or vice versa. This is useful if you want to momentarily disable a command and test your project again.

Cut, Copy, and Paste

Diagram illustrating the GO category description for Python tutorials, featuring key components and connections relevant to programming with VEX robotics.

Using the options in the Context Menu or the same traditional keyboard shortcuts, you can cut, copy, and paste text in your project. This is useful when you want to move code from one location to another or edit large chunks of code in your project.

Command Help and Changing Occurrences

 

Context menu on one of the command to show the command help

By right-clicking a command and then selecting 'Command Help' in the Context Menu, the Help information will appear.

Changing occurrences is helpful when you want to bulk change a set of commands in your project. In the example shown here, the drive_for command was incorrectly typed, then copy and pasted 3 additional times. By right-clicking on the first command to open the Context Menu, you can select 'Change All Occurrences' and it will select all occurrences of that typed command. Then you can edit the commands as shown in this video. 

Note: Occurrences must exactly match. If one of the drive_for commands in this video was spelled correctly, it would not be highlighted.

Command Pallet

Right click context menu with the command palette option highlighted.
Command pallet menu list showing above VEXcode GO Python

The Command Pallet opens all of the available commands and shortcuts that can be used in the workspace. Open the Command Pallet by right-clicking then selecting 'Command Pallet.'

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: