Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
911 stars 137 forks source link

Autocomplete support for Symfony\Component\Translation\t #2301

Closed julien-lmnr closed 5 months ago

julien-lmnr commented 5 months ago

Hi,

I would like to request the addition of an autocomplete feature for the Symfony\Component\Translation\t function that simplifies the use of the translation system, especially for TranslatableMessage.

Currently, the autocomplete for translation keys works well with new TranslatableMessage(), but it seems that t, which is a shortcut alternative, is not supported by the plugin for the autocomplete of keys and translation domains.

Thank you for your excellent work on this very useful plugin.

Haehnchen commented 5 months ago

done via https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2306