I know that VCS and VexCode don’t yet have the printing option and was hoping PROS does. So, is it possible to print PROS files as you can robotc files? If so, how would you do it?
As in, printing out your code onto a piece of paper?
If so, there are many ways to do it, and virtually all of those methods are equally viable with VCS (text-based), VEXcode, and PROS.
The most universal method is to simply copy-and-paste your code into a program like Notepad++ that supports printing formatted code or a website that will convert formatted code into more printing-friendly formats (such as hilite.me, which generates HTML from source code).
Software like Doxygen may also be of interest depending on the exact nature of the printing you want to do.
1 Like
That’s so helpful. I’ve always just taken screen shots which is sometimes annoying because sometimes the code goes off the screen and it has to be re formatted to fit the screen.
1 Like