Hacker News new | ask | show | jobs
by Existenceblinks 2548 days ago
Not sure if it's only me. I have not ever used jump-to-definition feature on my editor. 95% of the time I just use search. But in case of Github web, it makes sense because their search feature isn't on par with local text editors.
2 comments

I use jump to definition all the time.
In Vim+ctags, jump to definition is just "Ctrl+[". I use it a lot because it's so much faster than searching.