Simple VS Code extension enabling file switching between template and controller files in Angular projects
Press Ctrl+Alt+Y or Cmd+Y(mac) to make the switch!
Or type switch in vscode command pallete(Ctrl+Shift+P)
If in a stylesheet, pressing Ctrl+Alt+Y or Cmd+Y will switch to the templating file
Some devices might have keybinding conflicts with other extensions. In that case
- Open vscode command pallete(
Ctrl+Shift+P). - Search for Open Keyboard Shortcuts.
- Find
Alt+Ctrl+Y. - If there are multiple entries, assign a different binding for
switchcommand as convenience.
Initial release of ng-switch with minimal functionality.
Added support for stylesheet switching.
Key binding for non-mac devices changed to Ctrl+Alt+Y.
Enjoy!
