Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 426 Bytes

Leoxia.AutoDoc

Visual Studio extension for automatic documentation of C# code.

Supported

  • Class
  • Fields
  • Properties
  • Constructors
  • Methods
  • Events

TODO:

  • Auto detect some acronyms (like DB or HTTP)
  • Auto transform some common names to their human counterpart (like args to arguments)
  • Add a configuration file for configurable settings.
  • Add xml tags when possible.
  • Support interfaces
  • Support struct