ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cucumber Completion

Autocomplete cucumber steps in feature files

Details

  • 2016.01.23.07.01.45
  • github.​com
  • github.​com
  • 9 years ago
  • 3 hours ago
  • 12 years ago

Installs

  • Total 9K
  • Win 3K
  • Mac 4K
  • Linux 2K
Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18
Windows 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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
Linux 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 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

Cucumber Completion

Build Status

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.