Turn Off ReSharper Annotation Invitation

When I have the resulting stubs for automatically generating ReSharper, for example, INotifyPropertyChanged, it brings up a popup saying that it cannot find the ReSharper annotations and asks if I want to include them. I never do that.

enter image description here

How to disable this tooltip? I tried disabling code verification> Automatically distribute annotations and Code editing> Contextual actions> Implement the INotifyPropertyChanged template. This does not seem to affect the automatic implementation. If there is a more explicit setting, I managed to skip it.

+4
source share
1 answer

, , Automatically propagate annotations. . . , .

+2

Source: https://habr.com/ru/post/1687752/


All Articles