There is a function that I use a lot in the sublime that is F12 :
{ "keys": ["f12"], "command": "goto_definition" },
It presents all functions with the same name and even tab for the target file of that function / style. I wanted to embed this same function in VsCode. I've tried some examples but none have worked.