Closed
Description
Hi,
Your 'Go to Declaration' feature when pressing F12 is awesome!
I'd like to request a 'Go to Implementation' feature as well. When you 'Go to Declaration' as currently implemented you often arrive at the typescript .d.ts file which has the function signature but not the actual implementation. It would be great if there were a different key combination that would go to the implementation or if the 'Go to Declaration feature' would offer a list to choose either the type definition or the implementation.
At the moment what I do to work around this is search for 'class or similar full project searches, but it would be really great to find the implementation immediately.