vim c++模板写作

发布于 2025-01-01 05:40:45 字数 201 浏览 2 评论 0原文

Vim 有模板和惯用法编程以及其他类似的东西。 例如,vim 的 c.vim : C/C++ IDE 插件提供此编程支持。 QtCreator 有 FakeVim。

我如何调整 FakeVim 来使用这些东西?

Vim has templates and idioms programming and other similar stuff.
For example, the c.vim : C/C++ IDE plugin for vim provides this programming support.
QtCreator has FakeVim.

How can I adjust FakeVim to use those things?

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

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

发布评论

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

评论(1

短暂陪伴 2025-01-08 05:40:45

我认为你不能。如果我理解正确的话,FakeVim 并不是一个真正的 vim,而只是 QtCreator 中一些 vim 命令的实现。这意味着它的行为方式与 vim 类似,但仅对于它们已实现的功能而言。

I don't think you can. FakeVim is not a proper vim, if I understood it correctly, but just an implementation of some of the vim commands inside QtCreator. That means that it will behave in a manner similar to vim only for those features that they have implemented.

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