I have locally cloned the Tensorflow github project https://github.com/tensorflow/tensorflow
I am using VSCode since it seems to be the recommended IDE. One feature that will make it easier for me to explore the code is "click to navigate" (i.e when I click on function it navigates to its definition).
Currently click to navigate works if function is in the same file but not if the definition is in another file. How do I make this work on VSCode?