Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tstoggleNew to Visual Studio Code? Get it now.
tstoggle

tstoggle

flamefox

|
119 installs
| (2) | Free
a toggle tool of typescript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
"commands": [
  {
    "command": "extension.tstoggletojs",
    "title": "switch to js"
  },
  {
    "command": "extension.jstoggletots",
    "title": "switch to ts"
  }
],
"keybindings": [
  {
    "command": "extension.keyswitch",
    "key": "alt+o",
    "when": "editorTextFocus"
  }
],
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft