Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open Corresponding FilesNew to Visual Studio Code? Get it now.
Open Corresponding Files

Open Corresponding Files

Paul Lunow

|
358 installs
| (0) | Free
This extension open templates, testfiles or other related files within the same folder and a given name schema
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Open corresponding files

Features

It loops over corresponding files. Corresponding means same folder with different file extensions. You can set your own list of extensions.

Open corresponding files

Extension Settings

This extension contributes the following settings:

  • openCorrespondingFile.extensionList: ['.test.js', '.js', '.html']

Add it to your shortcuts (I would suggest [alt] + [o]) the command is extension.openCorrespondingFile

Known Issues

  • Its just stupid string matching. So testing .js before .test.js will not work. Could be improved in the future.
  • Improve the gif quality

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release

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