Sometimes finding references on GitHub is frustrating. Not anymore. whereisit is an extension that helps you to easily find the references on repositories in an online fashion. Just select the function or declaration and whereisit is going to help finding the right stuff. Piece of cake.
whereisit is a hack developed during the Angelhack Brooklyn 2015, by @celsopalmeiraneto, @danielcodes, @filfrey, @Anomalous1, @ngzhian
This has been released as a chrome extension. Things may be slow at times or really buggy, especially if you are using the extension on a repo for the first time.
If it takes too long, please try the extension on these repositories:
You'll need nodejs
, python
, ctags
installed.
cd
into gitCloner, and runnpm install
, this should get the backend node server running- install
ctags
on your machine, usually it'ssudo apt-get install exuberant-ctags
- inside the main
whereisit
folder, start the server using./scripts/runserver
- install the chrome extension (you need to be in developer mode for chrome)
- navigate to your favourite repository on GitHub and try it out!