Skip to content

gabbersepp/cypress-fixture-intellisense

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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


About

A small vscode extension that provides autocomplete of fixtures in a cypress project

Resources

License

Stars

Watchers

Forks

Packages

No packages published