Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Torem Frontend CommandsNew to Visual Studio Code? Get it now.
Torem Frontend Commands

Torem Frontend Commands

Rodriguez Horacio

|
27 installs
| (0) | Free
Useful commands for Torem Frontend Repository
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Torem Frontend commands

Actual commands

  • newTranslation: torem-frontend-commands.newTranslation
  • newApplication: torem-frontend-commands.newApplication
  • removeApplication: torem-frontend-commands.removeApplication

Commands

newTranslation

  • Command: torem-frontend-commands.newTranslation
  • Description: Create a new translation file for the selected application.

newApplication

  • Command: torem-frontend-commands.newApplication
  • Description: Create a new application. You must specify the name of the application, the es-LA file path and the useTranslations hook path.

removeApplication

  • Command: torem-frontend-commands.removeApplication
  • Description: Remove an application. You must specify the name of the application.

Recommended

  1. Press Ctrl + Shift + P
  2. Select Open keyboard shortcuts (JSON).
  3. Add your custom key binding to execute torem-frontend-commands.
  4. Example:
// Place your key bindings in this file to override the defaults
[
  {
    "key": "ctrl+t",
    "command": "torem-frontend-commands.newTranslation"
  }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft