This is a VSCode extension for typescript project. It helps toggle between corresponding ts/js file.
Default shortcut
- win: alt + o
- mac: option + o
- Set tsconfig.json
compilerOptions.sourceMap
true to generate map file. - If miss map file, tjgogo maybe just toggle to corresponding ts or js file but not jump to accurate cursor position.
Thank zhangpenghe for designing the icon.