Adding intellisense descriptions to my class methods and properties

  • Thread starter Thread starter Jason L James
  • Start date Start date
J

Jason L James

Hi All,

Is there any way of adding intellisense descriptions to my own
classes, class methods and functions in VB.NET?

I think it can be done in c# using /// before the method
declaration, but is this possible in VB?

many thanks,

Jason.
 
Jason,

It will be possible in VB2005, now it is possible using some thirth party
tools

For VB.NET 2002/2003:

My XML Comments FAQ from Herfried, you get probably later in the day the
same or updated links from him:

VB Commenter
<http://www.gotdotnet.com/team/ide/>
-> section "VB Commenter"

XML Documentation
<http://www.gotdotnet.com/team/vb/>
-> section "XML Documentation"

VBXC - VB.NET XML Commentor
<http://vbxmldoc.tor-erik.net/index.shtml>

NDOC (formerly DOC.NET)
<http://ndoc.sourceforge.net/>

VB.DOC
<http://vb-doc.sourceforge.net/>

<http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd>


I hope this helps a little bit?

Cor
 
Back
Top