Results 1 to 6 of 6

Thread: [2005] VB 2005 XML Commenter Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    14

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

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [2005] VB 2005 XML Commenter Problem

    Not sure about VB but in C# the setting is under Tools|Options|Text Editor|C#|Advanced.

  3. #3
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    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.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    14

    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)

  5. #5
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: [2005] VB 2005 XML Commenter Problem

    Quote 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 '''.

  6. #6

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    14

    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
  •  



Click Here to Expand Forum to Full Width