Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>angular-i18n-key-injectorNew to Visual Studio Code? Get it now.
angular-i18n-key-injector

angular-i18n-key-injector

Drunken Wizard

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

createi18n

press F1 and type createi18n and hit enter.

<button class=""> hello world </button>

becomes

<button class="" i18n="@@ANGULAR_FILENAME_HELLOWORLD"> hello world </button>

<input placeholder="test">

becomes

<input placeholder="test" i18n-placeholder="ANGULAR_FILENAME_TEST">

Run the script on any HTML page and see the magic.

support at https://github.com/stealthAngel/angular-i18n-key-injector

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft