This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: Lutz Roeder's Documentor updated as a CodeRush Plugin/Visual Studio.NET Add-In
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Recently Lutz
Roeder took Documentor off his
list of .NET Tools, and I was bummed. Mark Miller and I have been talking about
doing a documentation plugin for CodeRush. I was working on one that did MSDN
style help, and Mark did one that was more stylized and painted directly over the
XML Comments.
He adds a new VS.NET ToolWindow that will render the XML comment that your cursor
is currently on as MSDN-Style Help. As you type, about a second later (when CodeRush
parses next), the ToolWindow is updated.
This is nice if you're using NDoc to generate
your MSDN-style CHM Help files and you want to use some of the more advanced (and
useful) C# XML Comment tags, but are not sure how it's going to turn out.