Skip to content

jtcrowson/angular2-switcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-switcher

Easily navigate to typescript(.ts)|template(.html)|style(.scss/.sass/.less/.css) in angular2 project.

See the CHANGELOG for the latest changes


Paypal Donations a ☕ and you will help me to keep working on this extension 😉

Usage

  • Go to the definition of variables/functions when press f12 within html.

  • Switch .ts|.html|.css|.spec.ts quickly.

    • 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 on ts: 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

Source

GitHub

About

Easily navigate to `typescript(.ts)`|`template(.html)`|`style(.scss/.sass/.less/.css)` in angular2 project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%