facebook

Quick Way to Re-use Existing Javadoc Comments?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #285936 Reply

    axcooper
    Member

    Hi,

    I’ve been trying to find a way to quickly re-use previously created javadoc comments. For example, I sometimes use the same parameter(s) among many method declarations and so I’d like to quickly re-use a previously created @param definition(s) after I declare a new method. I was hoping that the “JavaDoc View” would provide a list of all @param definitions in a file and I could quickly access the relevant one I needed and thus copy and paste its’ definition in a new method declaration — unfortunately, this behavior is not provided. So is there a feature in myEclipse that provides my desired behavior? The only solution I’ve been able to come up with is to create a local text file and manually insert frequently used javadoc definitions. I’m hoping the tool provides a more programmer-friendly and automated solution.

    Thanks very much in advance.

    #285947

    Loyal Water
    Member

    So is there a feature in myEclipse that provides my desired behavior?

    I’m sorry but the JavaDoc view cannot be used for copy and pasting of definitions. The workaround that your using the the way to go about things.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Quick Way to Re-use Existing Javadoc Comments?

You must be logged in to post in the forum log in