我环顾四周,但没有找到想要的东西。我需要一个vim插件来插入代码块,并提示我输入注释中的值。

//      **********************   BeWee   ************************
//      *** Creation Date:
//      *** Last Modification Date:
//      *** File name: BeWee.cpp
//      *********************************************************
//      *** Programmer:  Name
//      *** Email: Email
//      *********************************************************
//      *** This file contains the implementation for the class
//      *** BeWee.  The class BeWee models ...
//      ***
//      *********************************************************

我想被提示输入BeWee,创建数据等

我目前在文件中有这些注释,只是将它们读入vim编辑器。

TIA

最佳答案

SnipMate。遵循安装指南并使用布局制作代码段。

关于c++ - vim插件注释块,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2328666/

10-09 05:28