Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Angular SwitchNew to Visual Studio Code? Get it now.
Angular Switch

Angular Switch

shinriyo

|
14,224 installs
| (2) | Free
Switch .html and .ts for Angular/Ionic
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Angular Switch

Features

It switch .html and .tc file like Xcode's header and source code swith features.

Recoomend shortcuts.

Switch to HTML ... Just run shortcut command + control + ↑ Switch to TypeScript file ... Just run shortcut command + control + ↓

![feature X](images/feature-x.png)

  • VS code.
  • Ionic.

Extension Settings

  1. Shift + command + P

  2. type Open Keyboard Shortcuts File

  3. Add it.

    { "key": "cmd+ctrl+up", "command": "extension.ionSwitchHTML", "when": "editorTextFocus" },
    { "key": "cmd+ctrl+down", "command": "extension.ionSwitchTS", "when": "editorTextFocus" },

Known Issues

Nothing yet. Report my github's Issue.

Release Notes

0.0.2

Fix typo of README. Ionic Switch -> Angular Switch

0.0.1

First release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft