VSCode integration
To improve the workflow for managing messages right from your code editor, you can use the i18n Ally VSCode extension (opens in a new tab) which includes support for next-intl
.
Installation instructions
- Install i18n Ally (opens in a new tab)
- Configure the extension in your workspace via
settings.json
(opens in a new tab)
.vscode/settings.json
"i18n-ally.localesPaths": ["path/to/your/messages"], // E.g. "messages"
"i18n-ally.keystyle": "nested"