Skip to content
New issue

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

Add support for applying fixes to entire file, project, or solution #52

Open
mvonballmo opened this issue Sep 2, 2020 · 2 comments
Open
Labels

Comments

@mvonballmo
Copy link

Observed

The Remove Annotation quick-fix only works for a single annotation at a time. To remove multiple in a file, you have to move to each individual instance and remove it.

Expected

The Remove Annotation quick-fix allows the user to apply it once, or to show the standard R# popup to apply it to the entire file, project, or solution.

@michael-damatov
Copy link
Collaborator

The "Remove Annotation" quick fix was originally intended to remove individual annotations only.

I do not make any promise, let me see how much effort it takes. Anyway, the earliest time frame is the next major release.

@mvonballmo
Copy link
Author

Thanks for the quick reply. It's not critical, obviously, as I can just jump through the warnings. It would make the cleanup more powerful, though, and it feels like the whole apply to file/project/solution feature in R# is at least somewhat generalized. But I am not at all familiar with the inner workings of the R# plugin API, so ... what do I know?

I work with a colleague who uses Rider and doesn't have the benefit of Recommended, so his code is littered with superfluous attributes. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants