Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cypress Fixture-IntelliSenseNew to Visual Studio Code? Get it now.
Cypress Fixture-IntelliSense

Cypress Fixture-IntelliSense

Josef Biehler

|
48,832 installs
| (0) | Free
This extension will support your cy.fixture() / cy.route(..., "fixture:") command by providing intellisense for existing fixtures
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Build Status

cypress-fixture-intellisense README

if you ever encountered the situation to specify one fixture file from hundreds in your tests, this extension will save you a bunch of time.

Features

This extension parses the cypress.json file in your project root, reads the fixturesFolder property and reads all files in this directory. If you the write cy.fixture("") somewhere in your code and trigger a code suggestion (CTRL+Space on Windows), the extension suggests you all fixture files that matches the currently entered text.

Suggestion

Note: This extension does not utilize the language server thus it is not as powerful than a real intellisense extension.

Known Issues

No.

Release Notes

Take a look into the Changelog


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft