VSCode Source Maps NavigatorVSCode 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 Available commandsCurrently 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 Notes0.0.1The initial release 0.0.2Added support for navigating to inlined sources 0.0.3Added support for ctrl/cmd+click on source map urls |