|
-
Aug 7th, 2007, 10:31 AM
#1
Thread Starter
New Member
[2005] VB 2005 XML Commenter Problem
I am using VS 2005 and I cannot get the auto-commenter feature to work. I use the three ''' at the top of a function and press enter and get nothing. Is there an option I need to be turning on?
Thanks.
-
Aug 7th, 2007, 10:34 AM
#2
Re: [2005] VB 2005 XML Commenter Problem
Not sure about VB but in C# the setting is under Tools|Options|Text Editor|C#|Advanced.
-
Aug 7th, 2007, 11:07 AM
#3
Re: [2005] VB 2005 XML Commenter Problem
At the project level, go to My Project|Compile tab and make sure the "Generate XML documentation file" checkbox is checked.
-
Aug 7th, 2007, 12:35 PM
#4
Thread Starter
New Member
Re: [2005] VB 2005 XML Commenter Problem
It's not a matter of generating the XML. It's getting the comments to be created within the project code.
It's the option that penagate described but for VB (I see the one for C# but not VB)
-
Aug 7th, 2007, 01:06 PM
#5
Re: [2005] VB 2005 XML Commenter Problem
 Originally Posted by newusermoe
It's not a matter of generating the XML. It's getting the comments to be created within the project code.
What I pointed out is what will cause the IDE to generate the comment template in VB.NET if it is checked. If it is unchecked, the template won't be generated when you type in '''.
-
Aug 7th, 2007, 01:40 PM
#6
Thread Starter
New Member
Re: [2005] VB 2005 XML Commenter Problem
close, but not quite the right thing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|