Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 458 Bytes

vscode-find-tests

Let's you swap between source and test files easily. Currenly only supports javascript and related naming conventions.

Features

Run the Peek or Open to the side commands to see the corresponding test or source file.

Example keybinding

[
    {
        "key": "cmd+t",
        "command": "extension.peekTestFileToTheSide"
    },
    {
        "key": "cmd+shift+t",
        "command": "extension.peekTestFile"
    }
]