Using the Code Viewer in VEXcode EXP is easy and helpful.
How to Open the Code Viewer
Launch VEXcode EXP.
The platform defaults to the Blocks interface.
Select the Code Viewer icon to open the Code Viewer window.
The Code Viewer window will open. Select the "Python" button at the bottom of the Code Viewer window to display 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 with Blocks
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 with Blocks
Delete the [Print] block from the VEXcode EXP project.
Note: for more information on how to delete a block, view the Delete a Block article from the Knowledge Base.
Notice that the print command will also be deleted from the Command Viewer window.