kasecato / vscode-docomment

Generate XML documentation comments for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=k--kato.docomment
MIT License
49 stars 15 forks source link

Automatically generate base description #69

Open harry-cpp opened 6 years ago

harry-cpp commented 6 years ago

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; }
d1820 commented 8 months ago

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.