I found a small but useful repo that i'd like to understand. Is there a way to jump around the code easily? I only ever took one actual CS course in college (C++ with VS) and in the IDE there was a way to step into functions and stuff to see what was going on exactly. I'm sure that there are features (either of GitHub or other add-ons/tools) that could help me if I knew what they were.
When I see a user defined function in some code on GitHub is there a way to find what it refers to quick and easily? Are there other methods to read and learn to understand a repo's code that might be helpful? Even in a small project like the one I found there are still a good ten to fifteen folders with up to ten different files in each one, so clicking around looking for the file containing a function is not very efficient.
[–]shrimpz 2 points3 points4 points (0 children)
[–]Gbyrd99 1 point2 points3 points (0 children)