I'm trying Visual Studio Code for TypeScript projects at the moment. So far, I like it, but I'm having an issue with interfaces. I would like to be able to jump to interface's implementation(s) as easily as I can with WebStorm. Just a click on the green button on the left as in the picture below jumps to the implementation (or shows a list of there are multiple implemenations).
Anyone know how to do it in VSCode?