Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>braincube@i18nExtensionNew to Visual Studio Code? Get it now.
braincube@i18nExtension

braincube@i18nExtension

NicolasBruere

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

README

Features

Exports snippets for the use of @braincube/i18n library Adds autocompletion when filling tc key

Requirements

Requires vscode 1.60.0+

Extension Settings

By default it looks for the mapping.json file in src/services/translations/mapping.json If your mapping.json is not under this path, create a .env in your directory and add the following : MAPPING_PATH=path/to/your/mapping/file

Known Issues

First version, no known issue for now

Release Notes

Users appreciate release notes as you update your extension.

1.0.3

Fixed :

  • Fix mapping path set in .env file

1.0.2

Fixed :

  • Fix default mapping path

1.0.1

Added :

  • Autocompletion for i18n.t(''), i18n.t(""), i18n.tc("")

1.0.0

Snippets :

  • imi18n gives import { useI18n } from '@braincube/i18n';
  • i18n gives const i18n = useI18n();
  • tc gives i18n.tc('$1')';
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft