Works with any file extension (.py, .ts, .js, .kt, .java, …).
How it works
The extension uses VS Code's built-in workspace file index (workspace.findFiles) — no shell processes, no terminal, instant navigation.
When jumping from a source file, candidates are tried in order and the first match wins. When jumping from a test file, the convention is detected from the filename automatically.