This package provides the following services:
Cucumber Autocomplete Atom Package
Scans your project for existing cucumber steps and provides suggestions as you type.

FAQs
- When does it provide suggestions? Type a keyword (
And,Then,When,Given) in a.featurefile to trigger suggestions - What does it scan? The package scans a directory of your choice, by default it scans the
/featuresdirectory of your project. You override the default by changing the path option under settings.