Xcode保存代码折叠?

发布于 2024-08-13 07:57:47 字数 168 浏览 3 评论 0原文

我知道它与编程没有直接关系,但是还有什么地方比 stackoverflow 更好呢?

所以代码折叠是我喜欢的一个很棒的功能,但是有谁知道是否有一种方法可以让 Xcode 记住每当您打开文件时某些部分折叠的位置?

顺便说一句,我正在使用 git 版本控制在 Rails 上编写 ruby​​。

I know it's not directly related to programming, but what better place then stackoverflow right?

So code folding is an awesome feature which I love, but does anyone know if there is a way to get Xcode to remember where you have certain sections collapsed whenever you open a file?

BTW, I'm coding ruby on rails using git version control.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

蓝天 2024-08-20 07:57:47

源文件的代码折叠保存在项目的用户文件中。因此,如果您只是编辑裸露的 Ruby 源文件,则没有地方可以存储信息。您可以创建一个虚拟的空项目并向其中添加 Ruby 文件,以保留折叠状态、滚动位置等,即使您不使用该项目进行构建或版本控制。

Code folding for a source file is saved in the user file of the project. So if you're just editing a naked Ruby source file, there's no place to store the information. You might just make a dummy Empty Project and add the Ruby files to it just to persist the folding state, scroll position, etc. even if you don't use the project for building or version control.

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