When invoked on an interface, abstract, virtual method, or property invocation, the Go To Implementation command enables you to jump directly to its implementations, saving you a number of steps in the process.
Note |
---|
Language Support Supported: C#, VB.NET, Razor Not supported: HTML, ASP.NET, JavaScript |
To go to implementation
Position the caret over an identifier.
Press Alt+`. From the pop-up menu, choose Go To Implementation.
The result is:
Tip |
---|
To go to implementation, you can also navigate on the main menu. Choose JustCode | Navigate | Go To Implementation, or just press
Ctrl + F12.
|
See Also