Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Source maps navigatorNew to Visual Studio Code? Get it now.
Source maps navigator

Source maps navigator

Vladimir Kotikov

|
7,302 installs
| (5) | Free
An extension to navigate to original source of compiled/transpiled javascript code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Source Maps Navigator

VSCode Source Maps Navigator is a VSCode extension that allows you to quickly navigate to the original source code directly from transpiled/generated one.

The extension is also provides an ability to open the source map itself (both inline maps and map files are supported) by Ctrl/Cmd+click on source map URL.

Available commands

Currently there is only one command available:

Source Map: Navigate (Shift+F7)

Navigates (opens in separate tab) original source of transpiled/generated file from current tab with cursor, located at corresponding location.

After navigating from generated file to original one, backward navigation is also becomes available.

Release Notes

0.0.1

The initial release

0.0.2

Added support for navigating to inlined sources

0.0.3

Added support for ctrl/cmd+click on source map urls

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