On Dec 23, 2007 6:18 AM, Luke Daley ld@ldaley.com wrote:
On 23/12/2007, at 12:22 PM, Allan Odgaard wrote:
Aptana has a really nice feature that looks for /** and completes the rest of the comment for you, leaving you to just fill in the descriptions of the function and it's parameters.
I've added my own tab complete shortcut for a JSDoc comment block, it works really well.
One thing I would like to add to the JavaDoc stuff is creating the param, return and throws tags based on the targeted method. That will probably be similar to what you want here. It's on my list to get to within the next few weeks.
Are there any other snippets that do something similar already? I'd like to see how it's done and maybe have a go at something similar myself.