Skip to content

unite-vim source for completing Cucumber step definition.

Notifications You must be signed in to change notification settings

moro/unite-stepdefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

unite-stepdefs

Introduction

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. screenshot

Install

Install the distributed files into your Vim script directory which is usually $HOME/.vim, or $HOME/vimfiles on Windows.

Requirements

gem 'cucumber', '>= 1.1.6'

Usage

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.

TODO

  • configurable stepdefs.json's path.

About

unite-vim source for completing Cucumber step definition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published