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:

0
2 comments
Avatar
Permanently deleted user

Any help to customize the presentation text there?

I've tried with: 

<presentationProvider forClass="com.intellij.navigation.NavigationItem"

and

<itemPresentationProvider forClass="com.intellij.navigation.NavigationItem"

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

 

0
Avatar
Permanently deleted user

I've solved it using GoToSymbolProvider.BaseNavigationItem but would be nice to know the official or recommended solution

0

Please sign in to leave a comment.