开发者

How to format code in Xcode? [duplicate]

This question already has answers here: Code Formatting In Xcode (11 开发者_运维知识库answers) Closed 7 years ago.

I wonder how can I format my code to align it neatly? Does it have a feature similar to Eclipse's ctrlshiftf?


Select first the text you want to format and then press Ctrl+I.

Use Cmd+A first if you wish to format all text in the selected file.

Note: this procedure only re-indents the lines, it does not do any advanced formatting.


In XCode 12 beta:

The new key binding to re-indent is control+I.

How to format code in Xcode? [duplicate]


Key combination to format all text on open file:

Cmd ⌘ A + Ctrl I


  1. Select the block of code that you want indented.

  2. Right-click (or, on Mac, Ctrl-click).

  3. Structure → Re-indent


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

  • http://www.jetbrains.com/objc/features/index.html
  • http://www.jetbrains.com/objc/
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜