This package provides the following services:
Behave Autocomplete Atom Package
This package requires language-gherkin to be installed as well.
Scans your project for existing Behave steps and provides suggestions as you type.
FAQs
- When does it provide suggestions? Type a keyword (
And
,Then
,When
,Given
) in a.feature
file to trigger suggestions - What does it scan? The package scans a directory of your choice, by default it scans the
/features
directory of your project. You override the default by changing the path option under settings.