C# source XML method information

  • Thread starter Thread starter Zytan
  • Start date Start date
Z

Zytan

When you type /// an automatically typed XML formatting of the current
method is displayed. However, if you change the method by adding a
new parameter, this does not automatically get added. Is there anyway
to add the new XML data for the new parameter other than typing it in
manually? I realize typing it in manually is fairly simple, I am just
wondering if that's the only way.

Zytan
 
When you type /// an automatically typed XML formatting of the current
method is displayed. However, if you change the method by adding a
new parameter, this does not automatically get added. Is there anyway
to add the new XML data for the new parameter other than typing it in
manually? I realize typing it in manually is fairly simple, I am just
wondering if that's the only way.

I believe GhostDoc will do this:

http://www.roland-weigelt.de/ghostdoc/
 
If you type /// < , intellisense offers you a list of options including the
extra parameters which haven't yet been added. I know it's not automatic,
but using this autocompletion is quicker than typing the whole thing.
 
If you type /// < , intellisense offers you a list of options including the
extra parameters which haven't yet been added. I know it's not automatic,
but using this autocompletion is quicker than typing the whole thing.

Yes, thanks, I knew about this. I was kind of hoping it would
automatically add new parameters itself somehow. Sometime I don't
even want to type anything in, but it's just nice to be in synch.

Zytan
 

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

Back
Top