Skip to content
| Marketplace
Sign in
Visual Studio>Tools>XmlComments4DataMembers
XmlComments4DataMembers

XmlComments4DataMembers

loukaspd

|
205 installs
| (0) | Free
Generate [DataMember] and comment summary above class properties based on their names
Download

Xml Summary Comments Generator VS Extension

About

Simple Visual Studio Extension for automatically adding [DataMember] and comment summary above class properties based on their names

Input

public class ClassName {
    public string GreekAddress { get; set; }
}

Output

public class ClassName {
    /// <summary>
    /// Greek Address
    /// </summary>
    [DataMember(Name = "greekAddress")]
    public string GreekAddress { get; set; }
}

Github

https://github.com/loukaspd/XmlSummaryCommentsGenerator

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft