I know that you can press shift+alt+j to insert an appropriate comment template for the current code block, but is there any way to let eclipse just go crazy and do a whole project like this?
I know that you can press shift+alt+j to insert an appropriate comment template for
Share
For a whole project, may be not, but you can at least:
The only reason it is not practical for the all project is:
That being said, another approach is described in the article “The Problem of Incomplete Javadocs” from March, 30th 2010, advocating for an extended Javadoc view.