Monday, March 26, 2012

what is the benefit in using

What is the benefit in using this

''' <summary>
'''
''' </summary>
''' <remarks></remarks
This comment system automatically appears when pressing single quotes (') three times in visual studio.
Is this just for convenience or it has some good functionality that I don't know of.

For two main reasons:

1) Code documentation
2) IntelliSense tooltip (i.e. Show a description of what it does in IntelliSense)

HTH,
Ryan


StrongTypes wrote:

For two main reasons:

1) Code documentation
2) IntelliSense tooltip (i.e. Show a description of what it does in IntelliSense)

HTH,
Ryan

Thanks. The IntelliSense tooltip functionality is great. I'll be using that for now on.

0 comments:

Post a Comment