Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>IntlayerNew to Visual Studio Code? Get it now.
Intlayer

Intlayer

Intlayer

intlayer.org
|
185 installs
| (3) | Free
Intlayer official VSCode extension. Helps you navigate to content files using useIntlayer keys. It also provides commands, as to create dictionary files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Intlayer

Intlayer enhances your VS Code experience by enabling Go to Definition support for useIntlayer keys in React and Vue projects. With this extension, you can command-click (Ctrl+Click on Windows/Linux) on a useIntlayer key and instantly navigate to the corresponding content file.

Overview

Intlayer is the official Visual Studio Code extension for Intlayer, designed to improve the developer experience when working with localized content in your projects.

Intlayer VS Code Extension

Extension link: https://marketplace.visualstudio.com/items?itemName=Intlayer.intlayer-vs-code-extension

Features

Fill dictionaries

  • Instant Navigation – Quickly jump to the correct content file when clicking on a useIntlayer key.
  • Fill Dictionaries – Fill dictionaries with content from your project.

List commands

  • Easy access to Intlayer Commands – Build, push, pull, fill, test content dictionaries with ease.

Create content file

  • Content Declaration Generator – Create dictionary content files in various formats (.ts, .esm, .cjs, .json).

Test dictionaties

  • Test Dictionaries – Test dictionaries for missing translations.

Rebuild dictionary

  • Keep your dictionaries up to date – Keep your dictionaries up to date with the latest content from your project.

Intlayer Tab (Activity Bar)

  • Intlayer Tab (Activity Bar) – Browse and search dictionaries from a dedicated side tab with toolbar and context actions (Build, Pull, Push, Fill, Refresh, Test, Create File).

Usage

Quick Navigation

  1. Open a project using react-intlayer.

  2. Locate a call to useIntlayer(), such as:

    const content = useIntlayer("app");
    
  3. Command-click (⌘+Click on macOS) or Ctrl+Click (on Windows/Linux) on the key (e.g., "app").

  4. VS Code will automatically open the corresponding dictionary file, e.g., src/app.content.ts.

Intlayer Tab (Activity Bar)

Use the side tab to browse and manage dictionaries:

  • Open the Intlayer icon in the Activity Bar.
  • In Search, type to filter dictionaries and entries in real time.
  • In Dictionaries, browse environments, dictionaries, and files. Use the toolbar for Build, Pull, Push, Fill, Refresh, Test, and Create Dictionary File. Right‑click for context actions (Pull/Push on dictionaries, Fill on files). The current editor file auto‑reveals in the tree when applicable.

Accessing the commands

You can access the commands from the Command Palette.

Cmd + Shift + P (macOS) / Ctrl + Shift + P (Windows/Linux)
  • Build Dictionaries
  • Push Dictionaries
  • Pull Dictionaries
  • Fill Dictionaries
  • Test Dictionaries
  • Create Dictionary File

Loading Environment Variables

Intlayer recommand to store your AI API keys, as well as Intlayer client ID and secret in environment variables.

The extension can load environment variables from your workspace to run Intlayer commands with the correct context.

  • Load order (by priority): .env.<env>.local → .env.<env> → .env.local → .env
  • Non-destructive: existing process.env values are not overridden.
  • Scope: files are resolved from the configured base directory (defaults to the workspace root).

Selecting the active environment

  • Command Palette: open the palette and run Intlayer: Select Environment, then choose the environment (e.g., development, staging, production). The extension will attempt to load the first available file in the priority list above and show a notification like “Loaded env from .env..local”.
  • Settings: go to Settings → Extensions → Intlayer, and set:
    • Environment: the environment name used to resolve .env.<env>* files.
    • (Optional) Env File: an explicit path to a .env file. When provided, it takes precedence over the inferred list.

Monorepos and custom directories

If your .env files live outside the workspace root, set the Base Directory in Settings → Extensions → Intlayer. The loader will look for .env files relative to that directory.

Development & Contribution

Interested in improving the extension? Contributions are welcome! See CONTRIBUTING.md for more information.

Feedback & Issues

If you encounter any issues or have feature requests, please open an issue on GitHub.

📜 License

This extension is licensed under the MIT License.

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