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)