如何使 Xcode 从上一行的开头缩进?
好吧,可能是疯狂的n00b问题或者我在Xcode首选项中忽略的东西:按回车键时,而不是Xcode的语法感知缩进从我在上一行中使用的任何括号中进行智能缩进,我怎样才能使Xcode缩进就从上一行的开头开始吗? 从下图中,第一块代码是我得到的,第二块代码是我想要的。
视觉表现: 视觉表示 http://img704.imageshack.us/img704/289/screenshot20100504at122.png< /a>
ok, possibly insanely n00b question or something i have overlooked in Xcode prefs: On pressing return, in stead of Xcode's syntax-aware indentation doing smart indent from whatever brackets i've used on the previous line, how can I make it so Xcode indents just from the beginning of the previous line?
From the picture below, first block of code is what i got, second block of code is what I want.
Visual representation:
visual representation http://img704.imageshack.us/img704/289/screenshot20100504at122.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
作为 xcodes 格式的替代方法,您可以使用 Uncrustify。它可以理解 Objective 以及各种其他语言。我将我的设置为 xcode 中的脚本,并为其分配了一个热键,以便它重新格式化整个文件或仅选定的代码。
As an alternative to xcodes formatting, you can use Uncrustify. It can understand Objective as well as a variety of other languages. I set mine up as a script in xcode and assigned it a hot key so that it reformats the whole file or just the selected code.