Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 3.13 KB

README.md

File metadata and controls

61 lines (45 loc) · 3.13 KB

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