Monodevelop 文件模板位于 Windows 上的哪里?
我需要更改类文件的默认模板以包含一些“using”语句。在 Monodevelop 中可以吗?
I need to change default templates for class files to include some "using" statements. Is it possible in Monodevelop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非修改 MonoDevelop 源代码并重新编译,否则无法修改内置模板。模板嵌入到 dll 中。但是,您可以创建一个添加替代模板的插件。
It's not possible to modify the built in templates, except by modifying the MonoDevelop source and recompiling it. The templates are embedded into the dlls. However, you could create an addin that adds alternative templates.