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.
我需要什么工具来生成如下所示的 XML intellisense 帮助文件?
您需要将XML 文档注释添加到您的代码中,然后在您的 Visual Studio 项目构建选项(“构建”选项卡)中勾选“XML 文档文件”复选框以将这些注释提取到 XML 文件中。
尝试使用 AtomineerUtils或GhostDoc来帮助您快速轻松地创建/更新 xml 文档注释。