Hacker News new | ask | show | jobs
by cracksmoka420 2016 days ago
> But you see that’s exactly what you are, because you can’t refactor Java code with what you call “Unix tools”.

"refactoring java code" is really not an exceptional task that vim (or emacs) cannot handle.

In situations where grep -r is too stupid, ctags exists.

1 comments

As well as ctags, one can also use the GNU "idutils" suite of programs.