如何使 Xcode 从上一行的开头缩进?

发布于 2024-08-31 05:30:47 字数 350 浏览 3 评论 0原文

好吧,可能是疯狂的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

避讳 2024-09-07 05:30:47

作为 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文