Search code examples
visual-studioresharpertypescriptweb-essentials

TypeScript "Go to implementation" in VS


Is there a shortcut in Visual studio for Typescript to go to the implementation of an interface?

Thanks!


Solution

  • In Visual Studio you can right click 'Go to implementation' on the interface member and it will take you to the class member implementation.