Cucumber Completion
Autocomplete cucumber steps in feature files
Details
Installs
- Total 9K
- Win 3K
- Mac 4K
- Linux 2K
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
Linux | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Cucumber Completion
Plugin Information on packagecontrol.io.
Sublime plugin to auto complete Cucumber step definitions.
Installation
Using Sublime Package Control
If you are using Will Bond's excellent Sublime Package Control, you can easily
install Cucumber Completion via the Package Control: Install Package
menu item.
This package is listed as Cucumber Completion
in the packages list.
Using Git
While inside the Sublime Packages directory (which is found inside the data directory), clone the repository using:
git clone https://github.com/krockode/sublime-cucumber-completion
Supported Step Definition Formats
Step definitions can be defined in many languages as the cucumber gherkin
language is parsable in various programming languages. The examples
directory contains cucumber step files in different supported formats
which are tested against. The *.expected
files show the completions that will
be generated for sublime projects of these directories.
Specifically this has been tested and works for the examples found in: * cucumber/cucumber with the exception of the following: * i18n - languages other than the English are not supported * python - steps defined in python are not suppoerted * v8 - steps defined in javascript are not supported * groovy examples in cucumber/cucumber-jvm
Support for steps defined in different language types is planned including python, javascript as well as Java and other JVM based languages.
There are many formats so if you would like a specific flavour implemented please submit an issue for your flavour and/or a pull request with an example in the examples directory of your step definition format.
More Languages
Cucumber is implemented in many languages and this plugin only supports a couple of implementations. If you would like to see more languages supported, create an issue or submit a pull request.