How to hide ReSharper code analysis menu without completely disabling

I rate ReSharper, and so far it's pretty good. However, I can’t stand the action list popup that appears next to your cursor: enter image description here

However, I find some of the options are useful. Ideally, I would only see the menu when I press Alt + Enter .

I know that I can completely disable this function by unchecking the Enable code analysis box, but, as I said, I would prefer to keep this function.

+4
source share
1 answer

In VS2013 with R # 9.1, a popup is located in the gutter where it will not hide your code:

enter image description here

+1
source

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


All Articles