0

As the title says, my XML auto-comment feature (/// or ''') has stopped working!

Spent half an hour trying to find it in Tools/Options/Environment, Googled it, rebooted, etc still no luck :-(

Anyone knows where it is please?

joedotnot
  • 4,810
  • 8
  • 59
  • 91

1 Answers1

0

Print up the project properties and check the build tab. On there you should see something about "XML documentation file".

Matthew Whited
  • 22,160
  • 4
  • 52
  • 69
  • Not asking about building the XML doc file, I am talkin about the feature in the editor where if you put your cursor above any function or sub and type (/// or ''' depending on C# or VB), the xml comments template gets inserted above the function. – joedotnot Jul 16 '10 at 02:12
  • Do you have resharper or anything else like it installed? Some addons are really good at breaking the defaults in VS. – Matthew Whited Jul 16 '10 at 03:20