MonoDevelop 2.0 中的代码模板
我想在 MonoDevelop 2.0(在 Ubuntu 下)中创建一些自定义模板,但我发现这个过程并不像我想要的那么直观。有谁知道模板存储在哪里?以什么格式?
善良,
丹
I'd like to create some custom templates in MonoDevelop 2.0 (under Ubuntu) but am not finding the process as intuitive as I'd like. Does anyone know where in templates are stored? In what format?
Kindness,
Dan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 MD 2.0 中,它们存储在
~/.config/MonoDevelop/monodevelop-templates.xml
中的单个 XML 文件中。在 MD 2.2b1 中,它们作为单独的文件存储在~/ 中。 config/MonoDevelop/templates/code/
MD 2.2 具有更好的代码模板功能。支持链接和可编辑区域、“环绕”模板,并且代码模板编辑器已被重写。
In MD 2.0 they're stored in a single XML file in
~/.config/MonoDevelop/monodevelop-templates.xml
In MD 2.2b1 they're stored as individual files in~/.config/MonoDevelop/templates/code/
MD 2.2 has much better code template features. There's support for linked and editable regions, "surround with" templates, and the code template editor has been rewritten.
在 OS X 10.7 和 MonoDevelop 2.8 上,它们是位于此处的单独文件:
编辑:它们现在已移至此处:
On OS X 10.7 and MonoDevelop 2.8, they are individual files that live here:
Edit: They have now moved to here: