Accessing Help in VEXcode AIR

Help is available for each individual block or command in VEXcode, showing what they do and how to use them.

Accessing Blocks Help

A close-up screenshot of the upper right side of the VEXcode AIR Toolbar, with the question mark Help icon highlighted below the Share and Feedback buttons.

To open help for a block, select the Help icon.

The VEXcode AIR Toolbox, with the take off block highlighted.

Select a block in the toolbox.

Screenshot of the VEXcode AIR interface, showing the Help open and the take off block Help entry visible on the right hand side of the screen.

The Help will open for that block.

Help Window on the right side of VEXcode AIR showing the full entry for take off, including a description, image of the block, parameter table, and example code snippet.

The Help will tell you:

  • What the block does.
  • What parameters the block can use.
  • An example of the block in use.

The top of the Help window with the lock icon highlighted in the unlock position, below the word Help.

To lock the Help for a particular block, select the Lock icon in the upper left corner of the Help window. Once locked, the Help will remain on the same entry until it is unlocked. 

This is helpful when trying to recreate a blocks example in the workspace, so you can continually view the reference example while building the project.

To view the Help for a different block, select the Lock icon again to unlock it, then select a block.

Right-click context menu for a VEXcode block. The “Block Help” option is highlighted in black.

You can also access the Help for a block that is in the Workspace.

Right-click on the block to open the Context Menu, then select Block Help.

Accessing Python Help

A close-up screenshot of the upper right side of the VEXcode AIR Toolbar, with the question mark Help icon highlighted below the Share and Feedback buttons.

To open Help for a command, select the Help icon.

The VEXcode Python interface shows a highlighted line of code: drone.move_for(angle=90, distance=1000, units=MM,  velocity=50).

Select a command in the toolbox.

The VEXcode Python interface is displayed alongside the help sidebar, which provides usage information for the move_for command. The help section describes what the block does, its usage, the available parameters, and an example.

The Help will open for that method.

Close-up of the VEXcode Python help section for the move_for command. The parameters are explained in detail, including definitions for direction, distance, speed, and units.

The Help will tell you:

  • What the method does.
  • What parameters the method can use and what order to write them.
  • An example of the method in use.
    • Note: Python examples are provided in copyable code snippets. Select the Copy button in the bottom right of the example to copy the code to paste into the workspace.

 

The top of the Help window with the lock icon highlighted in the unlock position, below the word Help.

To lock the Help for a particular command, select the Lock icon in the upper left corner of the Help window. Once locked, the Help will remain on the same entry until it is unlocked. 

To view the Help for a different command, select the Lock icon again to unlock it, then select a command.

Right-click context menu in the VEXcode Python interface. The Command Help option is highlighted in black.

You can also access the Help for a command that is in the Workspace.

Right-click on the command's method to open the Context Menu, then select Command Help.

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

Last Updated: