We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offer to convert <c>param</c> to <paramref name="param"/>.
<c>param</c>
<paramref name="param"/>
Related to #25
The text was updated successfully, but these errors were encountered:
I more often see someParam used without <c>. Could we detect camel-cased words that exactly match a parameter and suggest the same thing?
someParam
<c>
Sorry, something went wrong.
@jnm2 it's possible, but I'd want to separate it similar to #5/#6.
Add inline code analyzers
cb28d6f
Closes DotNetAnalyzers#5 Closes DotNetAnalyzers#15 Closes DotNetAnalyzers#24 Closes DotNetAnalyzers#25
bcf0238
sharwell
No branches or pull requests
Offer to convert
<c>param</c>
to<paramref name="param"/>
.Related to #25
The text was updated successfully, but these errors were encountered: