GoToDeclaration Handler not showing file path anymore
Answered
Hi, is there anything extra we need to do in new versions of PhpStorm to show the full path in gotodeclaration handler?
I'm returning a list of XmlTag, and that was working fine before, but now it does not show the filepath for that xmltag anymore:

Please sign in to leave a comment.
Any help to customize the presentation text there?
I've tried with:
and
extension points but they are never called (not sure if they are used for this, I was just guessing some entry point to modify the presentation)
I've tried with gotoTargetRendererProvider EP without success either
I've solved it using GoToSymbolProvider.BaseNavigationItem but would be nice to know the official or recommended solution