How to show uses of function in Visual Studio Code?
you can use shift+f12 for get better view of usage
https://github.com/Microsoft/vscode-tips-and-tricks
read this and you can get better idea
2020-03-05 update
You can CTRL+CLICK
(Windows) or CMD+CLICK
(Mac) on the function name and look on the right column.