Visual Studio Tips & Tricks - 1:
One of the best feature of Visual
Studio is it’s Documentation facility, which is used to comment the functions,
procedures automatically. In VS, you can achieve that by putting three single
quotes sequentially (See the image below). There is no doubt it’s a one of the
good feature of VS.
Auto Comment Facility Provided by Visual Studio |
Few days ago, in my VS Solution which use more than one
projects these feature doesn’t work. It’s because the documentation feature not
enabled. To enable this feature to do the following:
RightClick Project ->Select
“Properties” ->Select
“Compile” tab ->Check
the “Generate XML documentation file"
Enable/Disable Documentation Feature for a Project |
That’s all the problem solved. Hope this helps!
Happy Coding!!