The Code Viewer in VEXcode AIM allows users to see the text-equivalent of their Blocks project and watch the project change in real-time.
Opening and Closing the Code Viewer
In a Blocks project, select the Code Viewer icon in the upper right corner.
The Code Viewer window displays the Python version of the Blocks project.
Hide the Code Viewer window when finished by selecting the right arrow next to the Help icon.
Viewing Changes in the Code Viewer
While adding, modifying, or removing blocks from a project, the Code Viewer will update.
This video shows the direction parameter of the Move for block changing from 'forward' to 'left' and the analogous parameter in the Code Viewer changing from 0 degrees to 270 degrees. Then another block is added beneath the Move for block and the matching Python command appears in the Code Viewer beneath the existing move_for.