Skip to content
next-intl 3.0 is out! (announcement)
Docs
Workflows & integrations
VSCode integration

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

  1. Install i18n Ally (opens in a new tab)
  2. 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"