VS 的扩展类型(以及如何)生成 C# 或 C++来自某些文本的代码[更多的是模型]?
我是 Visual Studio Extensibility 的新手,想要制作一个插件/扩展来执行以下操作:
- 它应该读取具有特定文件扩展名的所有文件(假设“*.ump”)。
- 它应该处理文件中的文本/代码/任何内容。
- 它应该创建新的类/代码文件,其中包含一些代码。 [代码将在步骤 2 中生成,只需要知道如何执行即可?]
然而,我一直在通过可扩展性绞尽脑汁,看到了单个文件生成器......以及通过 ProjectItems 并可以检测到的插件文件扩展名, 但我还没有找到关于如何或做什么的完整教程、指南或解释!
请帮忙...
I am new to Visual Studio Extensibility and want to make an addin/extension which shall do the following:
- It should read all the files with a specific file extension (assume "*.ump").
- It should process the text/code/whatever in the files.
- It should create new Class/Code file with some code in it. [The code will be produced in step 2, just need to know how to do it?]
Yet, I have been racking my brains through extensibility, saw the single file generators .... and addins which go through ProjectItems and can detect the file extension,
BUT I HAVE NOT BEEN ABLE TO FIND a complete tutorial, guide or explanation as to how or what to do!!
Please help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)