Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有Class A(头文件和 cpp 文件),我怎么知道使用了哪些 cpp 文件或头文件Class A?
Class A
在 Eclipse 中,我可以Open Call Hierarchy做到这一点。
Open Call Hierarchy
我如何在 Xcode 中做到这一点?
尽管这个特性可能很方便,但不幸的是,从Xcode 4.3开始,这个特性仍然不存在。
可以通过单击编辑器左上角的“四个方块”图标或按-访问Xcode相关项目菜单CMD1
Related Items 菜单包括Included By,您可以在其中查看包含此类的所有其他类。