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.
Eclipse 中有一个选项,当它被激活时,会根据当前打开/聚焦的文件更新项目导航器中的选择。在 Eclipse 中,这是项目导航器中的一个按钮,称为“与编辑器的链接”。
Xcode中有类似的东西吗?
在 Eclipse 中:
Eclipse 中的“与编辑器链接”功能有什么作用?
当您在项目中打开许多文件时,使用编辑器链接很有用。当您在编辑器中选择一个文件时,Project Explorer 或 Navigator 在其文档树中显示相同的文件。
在 XCode 中, Reveal in Project Navigator键盘快捷键是⇧</kbd>⌘</kbd>J
即使右键单击该文件,您也可以选择“显示”。