What is the auto-alignment shortcut key in Eclipse?
What is the Auto-Alignment Shortcut Key in Eclipse?
283.5k views Asked by Praveen At
5
There are 5 answers
1

The answer that the OP accepted is wildly different from the question I thought was asked. I thought the OP wanted a way to auto-align =
signs or +
signs, similar to the tabularize plugin for vim.
For this task, I found the Columns4Eclipse plugin to be just what I needed.
Ctrl+Shift+F to invoke the Auto Formatter
Ctrl+I to indent the selected part (or all) of you code.