Turbo87 / intellij-emberjs

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

For ember-intl, ctrl clicking in {{t}} helper doesn't seem to complete/navigate when translations are in subfolders #153

Open vlascik opened 7 years ago

vlascik commented 7 years ago

According to https://github.com/ember-intl/ember-intl#translations you can split your translations into several files/directories, e.g. /translations/homepage/en-us.yaml. But then the completion/navigation doesn't work. Would be nice if it did, the translation file sizes can get really out of hand.

basz commented 4 years ago

I'm using a mono repository with several addons that utilise intl. Th plugin seems to miss those too...