正在将 Intellisense 成员列表下拉列表复制到剪贴板吗?
有没有任何方法或插件可以将 Visual Studio 2008 中类中方法的成员下拉列表从智能感知复制到剪贴板?
我正在对现有代码进行一些记录,我希望将 VS 中的成员下拉列表中出现的所有方法及其签名复制到剪贴板,以便我可以粘贴到我的文档中。
我已经在这里进行了一些快速搜索,但找不到任何类似的内容,因此如果我忽略了现有的问题,我深表歉意。
Is there any way or plugin to copy the member drop-down list of methods in a class within Visual Studio 2008 from intellisense to the clipboard?
I'm doing some documenting of existing code and I'd like to have a quick list of all the methods and their signatures that appear in the member drop down within VS copied to the clipboard so I can paste into my documentation.
I've done some quick searches here already and couldn't find anything similar so if I've overlooked an existing question, I apologize.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有一个。您可能想尝试像 Doxygen 这样的文档生成器来为您完成这项工作。
None that I know of. You might like to try a documentation generator like Doxygen to do the work for you.