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

Switcheroo

narze

|
161 installs
| (1) | Free
Switch code & test files quickly, rules are customizable
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Switcheroo - VSCode Extension

Features

Switch files quickly between mappings.

Usage

  • Setup mappings (samples below.)
  • Run Switcheroo - Swap command to switch files. (Shortcut : Cmd+Shift+Y / Ctrl+Shift+Y)

Extension Settings

{
  "switcheroo.mappings": [
    ["lib/app.js", "test/app_test.js"],
    ["file1.txt", "file2.txt", "file3.txt"],
    ["app/**/*.rb", "spec/**/*.rb"],
  ]
}

WIP

  • Add prompt to create new file if not exist.
  • Show message when no mapping is matched on that file.
  • Add screenshot GIF.

Release Notes

0.1.0

  • Add dialog to create file if missing

0.0.2

  • Add Globs pattern support for mappings eg. app/**/*.rb

0.0.1

Pre-release

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