Y
Hacker News
new
|
ask
|
show
|
jobs
by
szabba
4302 days ago
With Vim and Emacs you can get this if you have a plugin that autogenerates a ctags/etags file. Then (in Vim) just <C-]> to an identifiers definition and <C-o> back.
1 comments
phpnode
4302 days ago
for many languages ctags doesn't come close unfortunately, for code exploration a good IDE is essential. Even if you don't use it for actual editing.
link