I want Control+LeftClick in Resharper to be bound to 'Goto Implementation' instead of 'Goto Declaration'. This is because I work with lots of interfaces, and most of the time I want to visit the implementation not the interface declaration. Is there any way of doing this?
I know about ReSharper | Options -> Environment | Search & Navigation
to enable or disable the Go to declaration on <Control + Left click>
. But I want to rebind the keyboard gesture, not disable it.