Vim:SnipMate 插件:如何更改 .snippet 并即时更新?

发布于 2024-09-10 20:41:03 字数 83 浏览 3 评论 0原文

有谁知道如何编辑点片段文件并重新加载到 (g)vim 中,而无需关闭并重新打开程序?如果能用这个优秀的插件来做到这一点那就太好了。

问候

does anyone know how to edit a dot snippet file and reload into (g)vim without closing and re-open the program? it would be great to do that with this excellent plugin.

greetings

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

⒈起吃苦の倖褔 2024-09-17 20:41:03

如果您有最新版本的 snipmate,您可以使用 vim 中的以下命令重新加载所有片段 :call ReloadAllSnippets() 或更好,您可以将其映射到一个键

If you have the latest version of snipmate you can use the following command from vim to reload all the snippets :call ReloadAllSnippets() or better you can map it to a key

是伱的 2024-09-17 20:41:03

我目前正在 StackOverflow 上进行 UltiSnips 的推广之旅。 UltiSnips 将监视您的代码片段文件的更改,因此您所要做的就是保存您的 .snippets 文件,所做的更改将立即在 Vim 中可用。还有一个方便的 :UltiSnipsEdit 命令,可以立即打开正确的片段文件。

UltiSnips 附带了用于 snipMate 片段的转换脚本,因此切换很容易。

I am currently on a promoting tour for UltiSnips on StackOverflow. UltiSnips will watch your snippet files for change, so all you have to do is save your .snippets file and the changes are immediately available in Vim. There is also a handy :UltiSnipsEdit command that will open the correct snippets file right away.

A conversion script for snipMate snippets is shipped with UltiSnips, so switching is easy.

说好的呢 2024-09-17 20:41:03

查看以下讨论

Have a look at the following discussion

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文