marhali / easy-i18n

This is a IntelliJ IDE based plugin for internationalization. Supports the most common translation file types.
MIT License
78 stars 24 forks source link

Only display translations when within specified template function #392

Open MichelJonkman opened 3 months ago

MichelJonkman commented 3 months ago

Currently any string I type tries to autocomplete a translation string which is usually incorrect: image

It would be nice if we could specify a list of functions that gain this autocomplete instead of always doing it.

marhali commented 3 months ago

This is mainly language / framework specific. There are also cases in which only the key is transmitted as a string without a direct reference to a translation system.