1
Use case: I’m browsing a project, trying to understand the code. It’s several different code files. I’m analyzing one of these files and it calls an abc function().
How do I, via web, know which project files use (and where is the definition) of this abc function()?
(as well as is possible with find on linux)
Via web finds it difficult... but you can download the project and use an IDE to give a "find all"
– hugocsl
what you can do is on the project screen you can press the letter "T" and then write what you are looking for, but it is only for the name of the files
– Bulfaitelo
thanks @hugocsl, but the idea eh need not download. As I am learning, I like to poke around the projects by the site of the same github and try to understand the code, but without the need to download
– jpaulo
thanks @Bulfaitelo, but the idea eh search inside the archives, not their name
– jpaulo