Is there an Eclipse or command-line tool for column-aligning similar lines of Java code to make symmetry clearer?
What I've found:
- CodeAlignment.com: an example of the formatting I'm looking for, but specific to Visual Studio or Notepad++.
- Eclipse built-in code formatter: aligns only equal signs, and only in field declarations.
- columns4eclipse: old, can't get it to work, but looks more like a column selection primitive.
- OCDFormat: also dormant, couldn't get it to install.