unite-stepdefs is a unite.vim's source.
This source enables you to glance a index of your step definitions, jump to the stepdef, paste stepdef to feature file.
Install the distributed files into your Vim script directory which is usually $HOME/.vim, or $HOME/vimfiles on Windows.
gem 'cucumber', '>= 1.1.6'
To show the heading list of the current buffer, execute |:Unite| command with stepdefs
as a source parameter.
:Unite stepdefs
unite-stepdefs uses a stepdefs.json
output.
To generate this, add --dotcucumber features/.cucumber
configuration to your cucumber.yml.
See an announcement for more information.
- configurable
stepdefs.json
's path.