Skip to content

artbear/gherkin-autocomplete

 
 

Repository files navigation

Gherkin step autocomplete for Visual Studio Code extension

Join the chat at https://gitter.im/silverbulleters/gherkin-autocomplete GitHub release Dependency Status Quality Gate Greenkeeper badge

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.
    • 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"
        ]

Extension commands

  • Gherkin autocomplete: Update steps cache

Recalculate workspace features' cache

autocomplete

Quality Gate Tech Debt Errors Code Smells
Quality Gate New Bugs Bugs Bugs

About

Autocomplete of gherkin steps from all features in you workspace

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.0%
  • Shell 2.0%