Add Documentation from base?
Is there a way for me to add documentation from the base class for a method
that I've already overridden? I know I can use the refactoring to create
the method and get documentation that way, but what if the method already
exists and I just want to copy the documentation?
Please sign in to leave a comment.
"flipdoubt" <flipdoubt@nospam.com> schrieb
Use GhostDoc.
http://www.roland-weigelt.de/ghostdoc/
Which is nicer than the R# DocTools.
--
Regards
Albert Weinert
MVP Visual Developer ASP.NET
http://der-albert.com
Hello,
There's a context action available on the method that overrides/implements
something with an XmlDoc, but does not have one itself.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”