Easily navigate to typescript(.ts)|template(.html)|style(.scss/.sass/.less/.css) in angular2 project.
See the CHANGELOG for the latest changes

-
Go to the definition of variables/functions when press
f12within html. -
Switch
.ts|.html|.css|.spec.tsquickly.-
alt+o(Windows)shift+alt+o(macOS)if on
.ts|.css|.spec.ts: go to html
if on.html: go to previous -
alt+i(Windows)shift+alt+i(macOS)if on
.ts|.html|.spec.ts: go to css
if on.css: go to previous -
alt+u(Windows)shift+alt+u(macOS)if on
.css|.html|.spec.ts: go to ts
if onts: go to previous -
alt+p(Windows)shift+alt+p(macOS)if on
.ts|.css|.html: go to spec.ts
if on.spec.ts: go to previous
-