Torem Frontend commands
Actual commands
Commands
- Command:
torem-frontend-commands.newTranslation
- Description: Create a new translation file for the selected application.
- 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.
- Command:
torem-frontend-commands.removeApplication
- Description: Remove an application. You must specify the name of the application.
Recommended
- Press
Ctrl + Shift + P
- Select
Open keyboard shortcuts (JSON).
- Add your custom key binding to execute torem-frontend-commands.
- Example:
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+t",
"command": "torem-frontend-commands.newTranslation"
}
]
| |