XCode 中的 Visual Studio 风格 XML 文档?

发布于 2024-10-07 01:01:50 字数 1539 浏览 0 评论 0原文

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丢了幸福的猪 2024-10-14 01:01:50

目前还没有办法做到这一点。 Doxygen 是最接近的 - Apple 使用的就是它。而且由于 XCode 4 有点忘记了自动化(applescripting 已损坏),因此它不会很快作为插件出现。

Accessorizer 是一个外部应用程序,可帮助您完成复制和编辑操作。粘贴代码生成。不像 VS 那样无缝,但比手工编写所有内容要好。您可以自定义它的模板来为您的方法制作文档。

TextExpander 是另一种用于构建文本宏的工具。功能不如 Accessorizer 丰富,但也可用于其他应用程序。

最后也是最不重要的一点是,XCode Snippets 可以自定义,但不如大多数开发人员希望的那么多。

Currently there is no way to do this. Doxygen is the closest you'll get - it's what Apple uses. And since XCode 4 kinda forgot automation (applescripting is broke) it won't be coming as an addon any time soon.

Accessorizer is an external application that helps you through copy & paste code generation. Not nearly as seamless as VS, but better than writing everything by hand. You could customize it's templates to make documentation for your methods.

TextExpander is another tool for building text macros. Not as feature rich as Accessorizer, but usable in other applications as well.

Last and probably least, XCode Snippets can be customized, but not as much as most developers would like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文