nicstella
nicstella

Reputation: 338

JetBrains Rider - "Search Everywhere" command different to one triggered by Shift+Shift

Seen in both Rider and IntelliJ:

I want to rebind the command triggered by a double tap of Shift, which by default brings up this dialog:
dialog from "shift+shift"

My understanding was this was the "Search Everywhere" command, but if I run that command I get the following:
dialog from "Search Everywhere" command

What is the command run by a double tap of shift called?

Upvotes: 0

Views: 3051

Answers (1)

LazyOne
LazyOne

Reputation: 165403

You must have assigned that shortcut to the wrong action.

I'm not using Rider... but in PhpStorm (another IDE built on IDEA platform) it will locate 2 matches (as seen on screenshot below) when you search for everywhere on the "Keymap" screen.

The correct action is Main menu | Navigate | Search Everywhere. For me it bring the same popup as double Shift.

enter image description here

P.S. Once again: the screenshot is from PhpStorm 2020.2.1. It may look different in Rider (but similar in IntelliJ).

Upvotes: 1

Related Questions