Is there a shortcut in Visual studio for Typescript to go to the implementation of an interface?
Thanks!
In Visual Studio you can right click 'Go to implementation' on the interface member and it will take you to the class member implementation.