Ctrl + click on method does not show method usage Follow
Answered
I have selected Raider or Default keymap in settings. In WebStorm, IntelliJ whenever I Ctrl+Click on method, I get list o method usage in project.
Why it's not the same in Rider? How to get the same behaviour in Rider with Ctrl+Click as in Intellij?
Please sign in to leave a comment.
I miss this in Rider, too.
Alt+F7 is such a handwrist breaker! Joke aside, I miss the ctrl+click, as well. It's tremendously speeding up exploring some unknown code.
Hello, follow up the issue https://youtrack.jetbrains.com/issue/RSRP-468425
For now you can try to use ctrl+alt+f7 which stands for `show usages` action, and brings the result right in the popup menu
It's unfortunate that this doesn't exist. However, I was able to get it to register a "Middle-click" for "Show Usages", and a "CTRL + Middle-click" for "Find Usages".
It's better than ALT + F7, at least to me. Especially since I don't use Middle-click for pasting values.
Hope to see CTRL + Click functionality regained.