Automatic comment generation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ssauten

    #1

    Automatic comment generation

    I was wondering if there is any way to adjust the default style of xml comment generation that is provided by .net? For things as small as putting the <summary> tags on one line, etc.
  • Kevin Yu [MSFT]

    #2
    RE: Automatic comment generation

    Hi,

    First of all, I would like to confirm my understanding of your issue. From
    your description, I understand that you need to modify the template that
    VS.NET IDE generates for xml comment when '///' is pressed. If there is any
    misunderstandin g, please feel free to let me know.

    As far as I know, this is by design in VS.NET IDE which cannot be modified
    by user. So I'm afraid that you have to modify it manually, each time the
    comments are generated. Sorry for the inconvenience.

    Kevin Yu
    =======
    "This posting is provided "AS IS" with no warranties, and confers no
    rights."

    Comment

    Working...