Using the Code Viewer in VEXcode V5 is easy and helpful.
How to open the code viewer
Launch VEXcode V5.
The platform defaults to the Blocks interface.
Select the Code Viewer icon to open the Code Viewer window.
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.
How text commands are added when blocks are added.
Add a [Print] block to the project.
Select the Code Viewer icon to open the Code Viewer window.
Notice that the print command will also be added to the Code Viewer window.
How text commands are deleted when blocks are deleted
Delete the [Print] block from the VEXcode V5 project.
Note: for more information on how to delete a block, view the Delete a Block article from the VEX Library.
Notice that the print command will also be deleted from the Command Viewer window.