DotNetAnalyzers / DocumentationAnalyzers

Analyzers for XML documentation
MIT License
35 stars 6 forks source link

DOC105: Prefer paramref to inline code #24

Closed sharwell closed 6 years ago

sharwell commented 6 years ago

Offer to convert <c>param</c> to <paramref name="param"/>.

Related to #25

jnm2 commented 6 years ago

I more often see someParam used without <c>. Could we detect camel-cased words that exactly match a parameter and suggest the same thing?

sharwell commented 6 years ago

@jnm2 it's possible, but I'd want to separate it similar to #5/#6.