文件名称:vim-simple-bdd:Vim 插件为 simple_bdd gem 生成方法
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-27 05:16:54
Ruby
vim-简单-bdd
在 Vim 中为轻松生成方法。
安装
建议为 Vim 使用插件管理器。 这里有些例子:
Plugin 'mdelillo/vim-simple-bdd'
NeoBundle 'mdelillo/vim-simple-bdd'
git clone https://github.com/mdelillo/vim-simple-bdd.git ~/.vim/bundle/vim-simple-bdd
用法
在:SimpleBDD上运行:SimpleBDD命令,将 simple_bdd 语句转换为方法声明并开始插入。
在可视选择或行范围上运行:SimpleBDD命令,将多个 simple_bdd 语句转换为方法声明。
映射
以下映射将允许您在正常和可视模式下使用
【文件预览】:
vim-simple-bdd-master
----.gitignore(588B)
----LICENSE(1KB)
----spec()
--------plugin()
--------spec_helper.rb(409B)
----README.md(1KB)
----plugin()
--------simple-bdd.vim(1KB)
----Gemfile(113B)
----Rakefile(79B)
----Gemfile.lock(712B)