XML comments generator for VS 2008 [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI am looking for XML comment generator like GhostDoc for VS 2008. I am looking for open source tool. Is there any Resharper- plug-in for generating XML comments?
Yes, there is: StyleCop for ReSharper. Among a lot of other stuff, it can automatically create comments when you clean your code.
Take a look at Sandcastle. It might be what you are looking for, at least it is open source.
It's not open source, but my addin, AtomineerUtils may suit your needs. It's similar in concept to GhostDoc, but way more powerful and configurable, so it may be able to be configured to achieve what you need without needing access to the source. If it doesn't do something you need, then just mail me - I don't turn down any reasonable feature requests and usually try to implement them as soon as I can.
Alternatively, if you want source code for something very basic in this direction that will get you started, you could take a look here.
精彩评论