Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>HoppyNew to Visual Studio Code? Get it now.
Hoppy

Hoppy

darragh0

|
1 install
| (1) | Free
Hoppy quickly jumps from source file to its corresponding test file, and vice versa
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Quickly jump to test files in VSCode


Supported Stacks

  • React
  • Ember.js

Usage

  • Hold Cmd (Mac) or Ctrl (Win/Linux) and double tap T to find tests for the current file
  • Change the keyboard shortcut via hoppy.findTests in Preferences: Open Keyboard Shortcuts

Configuration

The following settings are provided. You can access them here

{
  "hoppy": {
    // Automatically open test file when only one match is found
    "autoOpen": true,
    // Allow fallback search if no test files are found
    "allowFallback": true,
    // Keep preview tab open when opening test file (prevent tab replacement)
    "keepSourceOpen": false,
    // Enable jumping from test files to source files (Beta)
    "jumpToSourceBeta": false,
    // Stacks to enable
    "enabledStacks": ["react", "ember", "ruby"],
  },
}

Bugs & Feature Requests

If you encounter any bugs or have feature requests or general questions or feedback, please open an issue with the bug or feature-request label.

Prospective Updates

  • [ ] Replace built-in VS Code search with quicker tool similar to ripgrep
  • [ ] Make editor agnostic (currently only supports VSCode)
  • [ ] Add support for more frameworks

Acknowledgements

Seo and web icons created by Freepik - Flaticon

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