You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <value> tag is one of the XML doc tags recommended by MS, and it would be useful to be able to include it in Codist's QuickInfo.
It is rendered by Visual Studio's default tooltip:
but not by Codist's QuickInfo:
As an alternative for properties with a getter, it could make sense to describe the value in the <returns> tag. However, <value> can still be useful for properties and for fields to document the representation.
The text was updated successfully, but these errors were encountered:
The
<value>
tag is one of the XML doc tags recommended by MS, and it would be useful to be able to include it in Codist's QuickInfo.It is rendered by Visual Studio's default tooltip:
but not by Codist's QuickInfo:
As an alternative for properties with a getter, it could make sense to describe the value in the
<returns>
tag. However,<value>
can still be useful for properties and for fields to document the representation.The text was updated successfully, but these errors were encountered: