vscode-chutneyThis is the official VS Code extension for Chutney, a ruby based linter for Cucumber / Gherkin feature files. FeaturesThis extension supports the fast linting of your Gherkin files, checking for best practice so you can BDD / ATDD in a manintainable way. On open and save, the feature file will be evaluated for any bad patterns and these will be highlighted in the editor. RequirementsChutney is distributed as a Ruby gem, so you will need both Ruby and Chutney installed on your system.
If you have a Ruby project with a Gemfile (e.g. a Ruby-Cucumber test pack) the bundled version of chutney will be used, otherwise it will fallback to a system version. Known IssuesNone known. Release NotesFirst release. 1.0.0Initial release of the Chutney LSP VS Code Extension. AcknowledgementsThis extension was heavily influenced by the Rubocop extension. |