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
It would be nice if there was an option to automatically generate base descriptions as well, ie. in MonoDevelop if you try and write doc for a property named position with only get, it would generate something like:
/// <summary>
/// Gets the position.
/// </summary>
/// <value>The position.</value>
public Vector2 Position { private set; get; }
The text was updated successfully, but these errors were encountered:
CodeDocumentor (my extension) for VS2022 does this and this extension owner is welcome to using anything i have in there to help facilitate this feature plus any others i offer.
It would be nice if there was an option to automatically generate base descriptions as well, ie. in MonoDevelop if you try and write doc for a property named position with only get, it would generate something like:
The text was updated successfully, but these errors were encountered: