Hacker News new | ask | show | jobs
by goto_self 2473 days ago
I have counterpoints on both ends here.

It's not always possible for a "goto definition" function to work in dynamic languages.

If you're in a large file, it's quite easy to jump around with line marks (a la vim), searching, etc.

1 comments

Good point about dynamic languages. But line marks also work across files, right?
Yes. Line marks are amazing.