cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Jump to label instead of languageKey on choosing a locallang declaration #271

Open sgrossberndt opened 5 years ago

sgrossberndt commented 5 years ago

If multiple declarations for a locallang label are found when Ctrl-clicking on a label e.g. in a TCA definition a dialog is shown where you can choose to which language to jump.

choosedeclaration

Thats good, but when you click on either of the definitions you do not jump to the label in the chosen language but to the <languageKey index="chosenLanguage" type="array"> instead.

Tested with v0.3.22.183