Turbo87 / intellij-emberjs

Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Apache License 2.0
218 stars 33 forks source link

Offer an option to not automatically show ember-intl translation in place of `{{t}}` #458

Open jkwuc89 opened 2 years ago

jkwuc89 commented 2 years ago

Description

Steps to Reproduce

Expected behavior: [What you expect to happen] Add an option to turn off the automatic lookup and display of translation strings in place of {{t}}'s in .hbs files.

Actual behavior: [What actually happens] Translation strings by default are shown when editing .hbs files.

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

If this option already exists, please feel free to respond to this report with the steps required to turn off translation lookups.