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.
-
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.
- Default value:
[]
. - Example:
"gherkin-autocomplete.featureLibraries": [
"tools/add/features/Libraries",
"lib/MyCompanyFeaturesLibrary"
]
-
gherkin-autocomplete.featuresPath
- Relative path to features directory.
- Type: String
- Default value:
"features"
.
-
gherkin-autocomplete.srcBslPath
- Array of directories with source of bsl files
- Type: Array of strings
- Format: Relative or absolute path to source of bsl files.
- Default value:
[]
. - Example:
"gherkin-autocomplete.srcBslPath": [
"./src",
"MyCompanySourceFolder"
]
Gherkin autocomplete: Update steps cache
Recalculate workspace features' cache
Quality Gate | Tech Debt | Errors | Code Smells |
---|---|---|---|