XCode中的Visual Studio样式XML文档?

编程入门 行业动态 更新时间:2024-10-23 02:10:57
本文介绍了XCode中的Visual Studio样式XML文档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我刚刚浪费了30分钟的更好的部分,寻找以下问题的答案:

I've just wasted a better part of 30 mins searching for an answer to the following question:

有没有办法快速生成文档XCode for Methods类似于Visual Studio的///XML片段?

我知道Doxygen,但是仍然需要手动记录每个方法,基本上我正在寻找一种尽可能减少工作的方法。

I am aware of Doxygen, but that would still require manually documenting each Method, essentially I'm looking for a way to cut down the work as much as possible.

非常感谢。

推荐答案

目前没有办法做到这一点。 Doxygen是你最接近的 - 这是苹果公司使用的。而且由于XCode 4有一个忘记自动化(应用程序破坏),所以不久之后它不会作为附件。

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 是一个外部应用程序可以帮助您通过复制和粘贴代码生成并不像VS那样无缝隙,而是比手写一切都好。您可以自定义它的模板,以便为您的方法提供文档。

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 是构建文本宏的另一种工具。不如Accessorizer的功能丰富,但在其他应用程序中也可以使用。

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

最后,可能最少, XCode Snippets可以自定义,但不如大多数开发人员想要的那样。

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

更多推荐

XCode中的Visual Studio样式XML文档?

本文发布于:2023-11-13 00:52:29,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1582957.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:样式   文档   Visual   XCode   XML

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!