Simple way for find definition for step writen in gherkin. Supported: TypeScript and JavaScript.
- Set cursor on the line in feature file.
- Press Ctrl+F1 or Ctrl+Shift+P and enter: Go to step definition
- cucumber-step-mapper.srcPath - Relative path to step definition files, 'src' as default.
- cucumber-step-mapper.typeOfSrc - Type of a project (javascript or typescript), 'typescript' as default.
Install
npm install -g vsce
Open folder
cd myExtension
Package
vsce package
MIT © Mikhail Tin