Xcode 不会跳转到目标 c++当我点击对象时

发布于 2024-11-17 05:26:03 字数 438 浏览 1 评论 0原文

我的 Xcode 项目有很多 Objective-C 类,也有很多 Objective C++ 类。后者有用于其实现的 .mm 文件。

当您在 Xcode 中命令单击某些内容时,Xcode 应该跳转到您单击的内容的定义。对我来说,这种情况只是偶尔发生。

  • 如果我正在编辑 Objective C 代码,并且按住 Command 键单击一个 Objective C 对象,它几乎总是有效。

  • 如果我正在编辑 Objective C++ 代码,并且按住 Command 键单击一个 Objective C 对象,它可能有效,也可能不起作用。

  • 如果我用命令单击 Objective-C++ 对象(任何具有 .mm 实现的对象),则无论我当前正在编辑什么,它几乎都不会起作用。

有谁知道有什么方法可以改善这个问题吗?

My Xcode project has a lot of Objective-C classes and also a lot of Objective C++ classes. The latter have .mm files for their implementations.

When you command click on something in Xcode, Xcode is supposed to jump to the definition of whatever you clicked on. For me, this only happens some of the time.

  • If I am editing Objective C code and I command-click on an objective C object, it almost always works.

  • If I am editing Objective C++ code and I command-click on an objective C object, it may or may not work.

  • If I command-click on an objective-C++ object (anything with a .mm implementation), it almost never works, no matter what I am currently editing.

Does anyone know of a way to improve this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文