[lug] Little vim trick, editing multiple files

Lee Woodworth blug-mail at duboulder.com
Thu Dec 1 16:00:40 MST 2005


Tkil wrote:
....

> (Why is Java so much worse for this sort of file crawling?  Because of

Don't know how the Eclipse IDE scales with the number of files, but
you want to look at its project management and refactoring abilities.

The refactoring works at the syntax level so a case like this handled:
  funcA and funcA2 exist, rename funcA to funcA1
You can move classes between packages, rename classes, etc. The tool
finds the defs and the uses across multiple projects too. There is
a preview mode where you can inspect changes before they are made.



More information about the LUG mailing list