Reputation: 1095
When I have ReSharper auto-generate interface stubs, for example, INotifyPropertyChanged, it brings up a popup stating that it cannot find ReSharper annotations, and asks me if I want to include them. I never do.
How do I disable this prompt? I have tried unchecking Code Inspection > Automatically propagate annotations, and Code Editing > Context Actions > Implement INotifyPropertyChanged pattern. Neither appears to have any effect on the auto implementation. If there's a setting that is more explicit, I've managed to miss it.
Upvotes: 4
Views: 122
Reputation: 13523
Right now, there is no way to disable such prompt, it is not handled by Automatically propagate annotations
checkbox. Such checkbox has been introduced for another reason. However, it makes sense to cover this case as well. Feature request which you might follow.
Upvotes: 2