I wonder how can i format my code to align it neatly? Does it have a feature similar to Eclipse's CTRL-SHIFT-F?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||
|
|
The keyboard shortcut is It works on a selected text. |
|||||||
|
|
Right click (Ctrl + Click) -> Structure -> Re-indent Haven't used eclipse for a while, but, I think this is what you want... Remember select the code you want re-indented, then do this. |
|||
|
|
|
I would suggest taking a look JetBrains AppCode IDE. It has a Reformat Code command. I have come from a C# background and used Visual Studio with Jetbrains Resharper plugin, so learning AppCode has been a pleasure because many of the features in Resharper also exist in AppCode! Theres too many features to list here but could well be worth checking out |
|||
|
|