Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>i18n-managerNew to Visual Studio Code? Get it now.
i18n-manager

i18n-manager

Sander van 't Einde

|
1,505 installs
| (1) | Free
Manages i18n tags that are used in HTML templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

i18n-manager README

Manage your i18n tags in a more user friendly way!

Features

This extension gives you a webview that monitors all your i18n tags in your application. You can access this webview by opening the command >Open i18n manager

You are also able to browse your i18n tags by using >Search i18n

A tree view is also available. This does not yet support all functions in i18n-manager, but the intention is that it will replace the old web view.

Fixers

The i18n-manager also includes auto-fixers. These fixers can be accessed through the i18n manager as described above.

The fixers can automatically replace i18n content on your page with new content so that it is uniform across your application.

NOTICE: Always check after running a fixer if it has given you the wanted result. The files are not saved and opened for you to validate. You have to save the files yourself after you validated it. My recommendation is to run some kind of source control so you can always roll back.

Auto completion

The i18n manager has auto completion and is able to auto complete i18n tags. If you are in a HTML file and you are typing within a i18n tag, you will get suggested i18n ids based on the ones available in your solution. It will also automatically fill the content of the matching attribute or body.

This is enabled by default, and can be disabled through the sandervanteinde.i18n-manager.language.i18nHtmlAutoCompletion property.

Known Issues

  • Does not work with i18n attributes that do not have an identifier
  • Does not work in the @Component({template: ''}) templates
  • Autocompletion fails when trying to autocomplete an i18n tag in a incomplete HTML tag

Attribution

Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft