Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse keyboard shortcut to indent source code to the left?

I've looked in the keyboard shortcuts list in Eclipse but can't find keyboard shortcut to indent source code to the left. Surely there is one?

like image 202
LowFatTwinkie Avatar asked Aug 19 '10 22:08

LowFatTwinkie


People also ask

What is the shortcut for left indent?

The correct answer is Ctrl + M. Ctrl + M shortcut key is used to Indent a paragraph from the left.

What is the shortcut to align the code in Eclipse?

Go to Source | Format Document or press Ctrl+Shift+F.

What does Ctrl Shift F do in Eclipse?

Show activity on this post. Ctrl + Shift + F formats the selected line(s) or the whole source code if you haven't selected any line(s) as per the formatter specified in your Eclipse, while Ctrl + I gives proper indent to the selected line(s) or the current line if you haven't selected any line(s).

How do you tab left in VS code?

“how to left tab code in vscode” Code Answer In Visual Studio and most other half decent IDEs you can simply do "SHIFT+TAB". It does the opposite of just TAB.


1 Answers

In my copy, Shift + Tab does this, as long as I have a code selection, and am in a code window.

like image 124
jwismar Avatar answered Sep 18 '22 13:09

jwismar