Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

XML comments for intellisense are what you seek...

 

You have to have an associated XML file with the assembly. If you have C# the compiler can make one for you. If you have VB you can either wait until you get VS2005 or there are some tools/plug-ins that will extract the data for you.

 

Some links that might help:

Some information

A decent but manual and not integrated tool

Another tool and plug-in for VS

 

And remember, with C# it's all built in for you so you won't need any additional tools (unless you want to use NDoc to create MSDN style documentation in addition to intellisense).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...