With Resharper and Visual Studio, I use Ctrl+Click to go to the method, but for interface implementations, I use the context option of Go To Implementation.
Is there a way to achieve this with the Ctrl+Click behaviour - perhaps implement a variation of it, such as Shift+Ctrl+Click?
Go To ImplementationTo get to an implementation of that interface, use Ctrl+F12 instead. If Visual Studio only knows of one implementation to that interface, it will take you there straight away. If there are multiple implementations, Visual Studio will present you with a list.
Go to implementation To navigate to the super method, press Ctrl+U . To navigate to the implementation, press Ctrl+Alt+B .
If you use the f3 key or ctrl+click over a class/method in eclipse, it opens the corresponding class/method.
Go to Implementation# Languages can also support jumping to the implementation of a symbol by pressing Ctrl+F12. For an interface, this shows all the implementors of that interface and for abstract methods, this shows all concrete implementations of that method.
If you have ReSharper 8.1 installed, use Ctrl+Alt+Click for "Go To Implementation" action
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With