Random question -- how do you print code? Do you copy the file into a text editor? I've looked a few times and it seems like Sublime and VSCode both don't have a print feature...
I mean, just save the file as .txt and open it in Notepad, TextEdit, or whatever is the default editor in your desktop environment of choice. Should have a print function.
Otherwise you could stick it in <pre> / <code> tags in an html file, open it in a browser, and print from there.
Otherwise you could stick it in <pre> / <code> tags in an html file, open it in a browser, and print from there.
Lots of options...