find-definition: a helper script for programmers
Posted on
in software with tags programming.
Opens up a new editor directly at the definition of a type, structure, function or anything else that ctags reports.
I use it with vim. With other editors you either need to have ctags support (contributions welcome!) or be prepared to use vi as an external source browser.
git clone https://github.com/crazyscot/find-definition.git