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

Alt8

Maksim Ryzhikov

|
26 installs
| (0) | Free
Jump to an alternate file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Alt8

Test Open in Gitpod

Provides functionality to jump to an "alternate" file, based on ye olde convention originally established in VSCode settings or .projections.json. Here's an example configuration for Maven that allows you to jump between the implementation and test:

{
  "src/main/java/*.java": {"alternate": "src/test/java/{}.java"},
  "src/test/java/*.java": {"alternate": "src/main/java/{}.java"}
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft