Comment on Ask HN: How Do You Navigate Code?Comments−i_have_an_idea4ygrep -ri and then vim the interesting files. that's mostly web dev and scripting languages.In the old days when I did more Java dev, I used Eclipse to view where things are defined and find usages.
Comments
grep -ri and then vim the interesting files. that's mostly web dev and scripting languages.
In the old days when I did more Java dev, I used Eclipse to view where things are defined and find usages.