An Extension to generate XML documentation automatically using IntelliSense for interface,class,enum, field, constructor, property and method.
Overview - generate XML documentation automatically using IntelliSense.
Configuration
If your project only needs to document public members. Please set Tools > Options > Documentation Assistant >General > EnableToPublishMembersOnly to True. The setting will be false by default.
Instruction
When you installed it successful to your Visual Studio. You can see the warning wave line below the members which don't have documentation on it.
Then you can click the bulb to see the fix option. When you click the option, the documentation will be added.
You can use shortcut(Alt+Enter or Ctrl+.) to quickly add the documentation.
Notes
It can help you generate general documentation according to the member identifier.
Please add additional information if you think it is not good. Hope it can save your time and make you focus on code.