Note 23: See http://blogs.codegear.com/pawelglowacki/archive/2007/01/30/31591.aspx.

This is a link to Pawel Glowacki's XDoc Live Template, mentioned at page 48. The relevance of this live template, that helps writing comments like

/// <summary>|comment|</summary>

is that those comments are "magically" surfaced in the Help Insight window. You don't even need to compile the program to see them. For example, you can let users of a class you wrote see method descriptions as they select the method using Code Completion... I hope CodeGear and third-parties fully embrace this feature, as it would make writing Delphi code a much better experience.

This blog post is part of my "113 Delphi 2007 Handbook Notes" blogging project, to promote my new Delphi book.