VSDiagnostics icon indicating copy to clipboard operation
VSDiagnostics copied to clipboard

Implement XmlDocWithMissingExceptionBlocks

Open Vannevelj opened this issue 9 years ago • 0 comments

I came across this SO question which seems pretty interesting. The summary of it:

The goal of the provider is to add missing documentation for throw statements.

Sounds like a useful feature to have! I assume this will only work for explicit throw statements in one body -- we can't go look through all the called methods. Something we should also keep in mind: if there's a try-catch around it, it shouldn't be included.

Vannevelj avatar Dec 13 '15 22:12 Vannevelj