Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimir-kotikov/vscode-sourcemaps-navigator
A VSCode extension that uses source maps to navigate between original and transpiled sources
https://github.com/vladimir-kotikov/vscode-sourcemaps-navigator
typescript vscode vscode-extension
Last synced: 24 days ago
JSON representation
A VSCode extension that uses source maps to navigate between original and transpiled sources
- Host: GitHub
- URL: https://github.com/vladimir-kotikov/vscode-sourcemaps-navigator
- Owner: vladimir-kotikov
- Created: 2017-02-11T19:28:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:24:15.000Z (5 months ago)
- Last Synced: 2024-10-02T09:46:01.583Z (about 1 month ago)
- Topics: typescript, vscode, vscode-extension
- Language: TypeScript
- Size: 29.3 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VSCode Source Maps Navigator
> DiSCLAIMER: Since i'm not going to develop or support this anymore, you'd better check @andersnm's [vscode-sourcemap-helper](https://github.com/andersnm/vscode-sourcemap-helper) as successor and a better alternative.
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