4

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.

Phillip Ngan
  • 15,482
  • 8
  • 63
  • 79

1 Answers1

5

It's not possible to rebind the ctrl-click behaviour, unfortunately. However, the behaviour has been extended in 8.1 (just hit beta). It's now like this:

  • Ctrl+click: Go to declaration
  • Ctrl+alt+click: Go to implementation
  • Ctrl+shift+click: Peek definition (in VS2013)

Here's the issue ticket: RSRP-203864

citizenmatt
  • 18,085
  • 5
  • 55
  • 60