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.
我想在我的应用程序中提供标签概述,我想为此使用 Ctags。
我下载了Ctags源包并构建了它。现在,如何将它添加到现有的 Xcode 项目中?
或者,也许 Xcode/Cocoa 存在一些 Ctags 的替代品?
您可以调用跨源代码运行的脚本ctags作为构建阶段步骤。
ctags
你没有提到你想如何查看输出ctags?