VSCode Sourcemap HelperSourcemap Helper is a VSCode extension that provides various embellishments using sourcemaps: hover, code action, inline/remote content. When you find yourself in the middle of some minified code and just want to have a peek at the original code. Sourcemap linksOpen the sourcemap from a generated file by Hover supportPreview the original source code by hovering the mouse over some generated code. The hover preview links to the original source code. Code actionProvides lightbulb code action to navigate the original source when the cursor is positioned on some generated code. 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. Text providersInternally, the extension registers text providers for multiple custom URI schemes to load and preview sourcemaps and source files from different sources.
Generally source files are loaded using the Release Notes1.0.0The initial release based https://github.com/vladimir-kotikov/vscode-sourcemaps-navigator v0.0.3 by Vladimir Kotikov. |