I don't know about JavaDoc, but in PHP, you type doc [tab] directly above a function or method block and it gives you the bones, including any variable names ready to fill in.
Walter
On Apr 23, 2009, at 1:03 PM, Thomas Krajacic wrote:
Hi,
I recently opened one of my old Java files and remembered I used some snippet to create a method and automatically create a header comment and javadoc comment like this: