Is there an easy of adding a comment block (Javadoc style) to every method in an Eclipse project and possibly classes so I can fill in them later?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As suggested you can do it method-per-method (Source -> Generate element comment) or
ALT+SHIFT+Jbut I find it a very bad idea. Comments are only useful when they give an additional information. When you feel more information is needed add it.Having comments on setters like “sets the value” or worse automatically generated comments it not useful at all.