Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>i18next AutocompleteNew to Visual Studio Code? Get it now.
i18next Autocomplete

i18next Autocomplete

Ariel Mints

|
31 installs
| (2) | Free
IntelliSense for i18next translation keys and namespaces.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

i18n-autocomplete

CI Status
VS Code Marketplace Version
Downloads


🌍 i18next Translation Key Autocomplete for VS Code

i18n-autocomplete supercharges your i18next development workflow by providing intelligent autocompletion for translation namespaces and keys.
No more typos. No more guessing. Just accurate, context-aware IntelliSense directly in your editor.


📸 Preview

🧵 Avoid this...

image image

Broken keys in your app due to typos

✨ With this...

image

✨ Features

  • 🔍 Namespace Autocompletion
    Instantly complete namespace names based on your i18next configuration.

  • 🧩 Translation Key Autocompletion
    Get smart suggestions for keys inside your JSON translation files.

  • 📁 Supports backend plugin with loadPath
    Parses your i18next configuration to discover and load translation files using the loadPath option.

  • 🛠️ Minimal Setup
    Just one config required: the absolute path to your public folder, so the extension can resolve the translation files correctly.

⚠️ Currently, only loadPath is supported (not the resources inline config). Support coming soon!


⚙️ Configuration

To enable IntelliSense, the extension needs to know where your translation files live.
You must set the absolute path to your project's public folder — this is where your locales/ directory typically lives.

🔧 How to configure

Option 1: Through the VS Code Settings UI

  1. Open the Command Palette → Preferences: Open Settings (UI)
  2. Search for i18next-autocomplete: Public Path
  3. Set the absolute path to your public folder

image

Option 2: Add it directly in your settings.json

"i18next-autocomplete.publicPath": "/Users/my-user/code/my-react-app/public/"

🤝 Contributing

Contributions are welcome and encouraged! 🙌

Whether it's fixing bugs, suggesting new features, or improving performance — feel free to open an issue or submit a PR.

To get started:

  1. Clone the repo
  2. Install dependencies: npm install
  3. Run the extension in the Extension Development Host via VS Code
  4. Make your magic! 🪄

Made with ❤️ for i18next users.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft