Search code examples
coderush

How to disable the "What happened" popup in CodeRush?


This thing was great at first. For example, I comment a group of highlighted code by hitting the slash and the "What happened" dialog pops up and tells me what happened.

Now it is just freaking annoying. I only really needed to know what happened the first time. Is there any way to disable this thing?


Solution

  • The "What happened?" dialog can be disabled from the options screen.

    Use either the [CTRL+SHIFT+ALT+O] key combination or the DevExpress\Options menu to reach the options screen.

    Then navigate the tree on the left to the Core\Features

    The option you're looking for is the first checkbox on this screen.

    If you untick "Show Feature UI window", then this dialog will not show again.