Auto generation of javadoc for methods plugin?
Is there a plugin (or other method) for autogeneration of the javadoc info for all methods in a source file?
ie
/**
@param object
@param objectName
@return
*/
I know you can do this for a single method by typing /**
but it would be nice to be able to add this to every method all at once.
Please sign in to leave a comment.
What's the point seeing as you have to go through each one and fill them
in anyway?
N.
andrew wulf wrote:
Automatically putting the info for a class for all public/protected methods and then just filling them in, instead of having to manually scroll - type - skip just to get the skeleton in. Plus being able to select whether accessors are skipped would be nice too.
Other IDE's have had this functionality (its one of the few features IDEA doesn't have that I wish it had).