Xcode 不会跳转到目标 c++当我点击对象时
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论