2
There is a function that I use a lot in the sublime that is the F12:
{ "keys": ["f12"], "command": "goto_definition" },
It displays all functions with the same name and even guide to the target file of this function/style. I wanted to incorporate this same function in Vscode. I tried some examples but none of them worked.
This might help you: https://stackoverflow.com/questions/47995468/vscode-c-sharp-go-to-definition-f12-notworking
– Barbetta