print php code and methods
Hello,
I document my code with phpDoc.
Does one know if it is possible to
1) Print out e.g. all methods with parameters of a class from within phpStorm?
2) Print out Code of a class using a standard print color schema WITHOUT switching the monitor color schemas? Because I use a dark color schema for coding, so I really would not like print it out with a black background on my printer.
3) Print Code or Summaries of the code as e.g. pdf?
Do I need phpDoc (phpDoc 2) for this?
Is there any other solution?
Or how do you all handle this: Don´t you do hardcopy prints?
Thanks for your help and your opinions.
Sincerely, Adrian.
Please sign in to leave a comment.
Hi Adrian,
I personally don't deal with printed copies of the code (maybe once a year -- which is nothing).
Ok, thank you for your answers and your opinion.
I really like to have hardcopies of the definitions of methods and so on, so I think I will handle this with phpDoc.
Switching the color schema with a shortcut is ok, so I will use that trick.
I just wanted to be sure that I did not miss any feature.
Thanks a lot,
Adrian.