1

I am trying to expand the default XML Comments snippet. After doing some research, I found out what the file name where this xml is generated from-- VBXMLDoc.xml. But, I am not able to find it on my system. I am using VSTS 2012. For 2010, looks like it will be in C:\Users\AppData\Roaming\Microsoft\VisualStudio\10.0

But, I cannot find it. Please let me know in 2012, how can I extend the Auto generted XML Comments snippet (''' is the shortcut key)

DQELER
  • 133
  • 2
  • 7

1 Answers1

0

You need to create it first and save it in the same folder as for vs2010 I think. See: http://blogs.msdn.com/b/lisa/archive/2010/05/25/how-to-customize-the-xml-comments-that-are-inserted-by-the-visual-basic-code-editor.aspx

Esselans
  • 1,540
  • 2
  • 24
  • 44
  • I've read the article before posting. I copied to C:\Users\AppData\Roaming\Microsoft\VisualStudio\11.0. No luck. Thanks for reply – DQELER Feb 28 '13 at 19:38
  • 1
    You could try C:\Documents and Settings\\Application Data\Microsoft\VisualStudio\11.0 too. – Esselans Feb 28 '13 at 19:40