samsmithnz Posted February 4, 2004 Posted February 4, 2004 How can I add comments to my custom functions, so that the comments appear in Intellisense? Quote Thanks Sam http://www.samsmith.co.nz
*Experts* Bucky Posted February 4, 2004 *Experts* Posted February 4, 2004 This is easily done in C# through [mshelp=ms-help://MS.MSDNQTR.2003FEB.1033/csref/html/vcwlkxmldocumentationtutorial.htm]XML documentation[/mshelp]. In VB.NET it's a bit more involved, but I believe there is a tool on MSDN you can download to add these comments to compiled VB.NET assemblies. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
samsmithnz Posted February 4, 2004 Author Posted February 4, 2004 ahh now I understand. I always wondered why so many people valued the C# xml documentation so much, i jsut assumed it was only to produce a document of comments, something I didn't think was that useful. No matter though, I was merely trying to polish a web service a little... Quote Thanks Sam http://www.samsmith.co.nz
rifter1818 Posted February 6, 2004 Posted February 6, 2004 What tool can you get to do that in VB? or is there a way to do it through code (there should be, but things that should be arnt allways in microsoft programs) Quote
*Experts* Bucky Posted February 6, 2004 *Experts* Posted February 6, 2004 This is not the tool that Microsoft released, and it seems that MS no longer has that tool available on MSDN, for all links to it prove to be 404s. This GotDotNet VS plugin, VBCommenter, does what you're looking for, I believe. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Procaine Posted February 6, 2004 Posted February 6, 2004 You've also got the XML documentation tool from the VB team at gotdotnet. http://www.gotdotnet.com/team/vb/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.