Code extension for autocomplete of Gherkin Steps in *.feature files
This extension is now unpublished from Marketplace. You can choose to uninstall it.
Gherkin step autocomplete for Visual Studio Code extension
Autocomplete of gherkin steps from all features in you workspace.
Scans all *.feature files and creates a database with simple fuzzy search.
Scans all *.bsl files for 1C(BSL) and gives opportunity to find all references of gherkin steps in source code.
Extension settings
gherkin-autocomplete.featureLibraries
Array of directories with external libraries of features
Type: Array of strings
Format: Relative or absolute path to directory with feature-files.