I have noticed that GhostDoc hasn't been updated in a long while. So I am curious if there is a plug-in for Resharper or CodeRush that will accomplish the same thing? Or even if this type of functionality is built in to one of the tools that would be great too.
|
feedback
|
|
Latest version of GhostDoc specifically works with VS 2008. Not sure what you mean that it hasn't been updated in a long while. As far as I'm concerned, GhostDoc is the best in-code XML commenter available. It is customizable, has great language and grammar support. And it just works. Is there something specifically that it does not do for you? | |||
|
feedback
|
|
If you have ReSharper you could always give StyleCop for ReSharper a try - it has some of the documentation features of GhostDoc but also a myriad of other QuickFixes and formatting options based on the StyleCop ruleset. | |||
|
feedback
|
|
GhostDoc is working just fine, so I guess there is no need to be updated (unless some new features will be added). Also, it does not conflict with Resharper in any way (for me, at least). Edit: Since everybody seems to happily use GhostDoc (based on my Google search), I doubt anyone will reinvent the wheel, unless it suffers from the not-invented-here sindrom. EDIT Well, a new version was released: SubMain acquires GhostDoc, releases new version, integrates it with CodeIt.Right | ||||
|
feedback
|
|
Like many people, I couldn't live without the GhostDoc plug-in. Apart from being a great time-saver, if GhostDoc doesn't give a sensible "summary" description for my method, I know I've named the method poorly. To me, that is of great value! From the new GhostDoc website:
It is still freeware, but with the new advantage of support from a respected commercial development tools company. | |||
|
feedback
|
|
You could try my free AtomineerUtils add-in. It's very similar to GhostDoc, but I believe it is more powerful and flexible (e.g. among many advantages: it supports VB, C# C++/CLI, C++, C; both Doxygen and DocXml comment formats; optionally word-wraps comments & doc-comments, is completely configurable, and adds entries for things like exceptions thrown within a method). I'm still actively developing it. Details & download at atomineerutils.com. | |||||||
feedback
|