Javadoc documentation render in place. Can one see pretty-print documentation in IDE?
c++, doxygen, eclipse-plugin, java, javadoc
Solution
Yes there is. In eclipse, just open or select the javadoc view and go to your own method
Problem
Is there a plugin to Eclipse (or Visual Studio) which renders javadoc (or doxygen) in place, i.e. there is a pretty print in code instead of displaying javadoc source as comment? By default it is possible just to fold method body. It could be usefull to have a toggle: full source, source and rendered javadoc, pure rendered javadoc. Said plugin could generate something looking like this: