Reputation: 9251
Is there a shortcut or option in eclipse that will perform the opposite of tab. I can select a bunch of lines and if i do control tab, all of those lines will be tabbed over. Is there a control option that I can do to do the opposite of that? Is there a shortcut to get all of your code to line up? I looked on http://www.shortcutworld.com/en/win/Eclipse.html but didn't find anything. It's a hassle to go to each line and hit back a bunch of times....
Upvotes: 0
Views: 785
Reputation: 1425
Use Shift+Tab to move selected lines to the left.
You could also use Ctrl+Shift+F to format the whole file.
Upvotes: 2