有没有办法在 Xcode 中设置自定义可折叠代码区域
有没有一种方法可以在 Xcode 中创建自定义可折叠代码区域,类似于 Visual Studio 如何围绕 #region/#endregion 块折叠?
将所有自动生成的内容放入一个我可以折叠起来直到我需要查看它的区域中会很好。 #pragma mark 似乎并不能解决问题。
Is there a way to create custom collapsable code regions in Xcode similar to how Visual Studio can fold around #region/#endregion blocks?
It would be nice to throw all autogenerated content into a region that I can fold away until I need to look at it. #pragma mark doesn't seem to do the trick.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅:Xcode 区域进行更长时间的讨论,但不幸的是,答案是“并非没有丑陋的黑客”。
See: Xcode regions for a longer discussion, but the answer is, unfortunately, "not without an ugly hack."