In previous versions of Xcode I was able to print source code and the line numbers would also print. I am unable to locate how to turn on this feature in XCode 7.2.
How do i activate printing with line numbers?
In previous versions of Xcode I was able to print source code and the line numbers would also print. I am unable to locate how to turn on this feature in XCode 7.2.
How do i activate printing with line numbers?
Xcode won't provide help with printing & line numbers now.
I just paste into TextWrangler with line numbers enabled and print from there.
Xcode cannot; however, you can do this: cat -n main.py | lp.