Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>typed-keyNew to Visual Studio Code? Get it now.
typed-key

typed-key

Igor Shegolev

|
13 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

i18next LSP

TypedKey Logo

A Language Server Protocol (LSP) implementation for i18next, providing intelligent features for your internationalization needs.

Features

  • Smart autocompletion for translation keys
  • Hover information with translation previews
  • Type checking for translation parameters
  • Compatible with Neovim (native LSP) and Visual Studio Code

Installation

Visual Studio Code

Install the extension from the Visual Studio Marketplace.

Neovim

Add the following to your Neovim configuration:

require('lspconfig').typedkey.setup{}

Usage

Once installed, the LSP will automatically activate for supported file types, providing enhanced i18next support.

Configuration

In Visual Studio Code, you can configure the extension through the following settings:

  • typedkey.path: Path to the typed-key binary. If empty, the bundled binary will be used.
  • typedkey.translationsDir: Directory to search for translation files. Default: "src/assets/locales"

For Neovim users, please refer to the LSP configuration documentation for setup options.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

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