Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cucumber Step NavigatorNew to Visual Studio Code? Get it now.
Cucumber Step Navigator

Cucumber Step Navigator

Oluwatobi

|
2 installs
| (0) | Free
Navigate from Gherkin steps to their step definitions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cucumber Step Navigator

A VS Code extension that enables clicking on Gherkin steps in .feature files to jump directly to their TypeScript step definitions.

Features

  • Click to Navigate: Cmd+Click (Mac) or Ctrl+Click (Windows/Linux) on any Given/When/Then step to jump to its definition
  • Smart Matching: Automatically handles Cucumber expressions like {int}, {string}, {float}, {word}

Usage

  1. Open a .feature file
  2. Hold Cmd (Mac) or Ctrl (Windows/Linux) and hover over a step
  3. Click to navigate to the step definition

Example

In your feature file:

Given User has 5 posts

Click on this line → jumps to:

Given("User has {int} posts", async function (count: number) {
  // implementation
});
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft