Ember Language Server intl addon
How to use?
Install this addon as dev-dependency
inside your ember project
or download it and specify addon path in UELS settings.
npm install els-intl-addon --save-dev
yarn add els-intl-addon --dev
Install: Unstable Ember Language Server.
- Restart
VSCode
.
Try autocomplete for {{t 'tanslation..'}}
inside templates.
Try autocompleta for this.intl.t("translation..')
inside scripts.
- You can write translation result and it will be replaced to path.
'some.translation.path': 'Translation result'