Adding intellisense descriptions to my class methods and properties

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.
 
C

Cor Ligthert [MVP]

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
 
J

Jason L James

Guys,

thanks for the help. The articles and references look great.

Thanks,

Jason.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top