Open filepath in terminal in phpstorm with a click
In the phpstorm terminal(/bin/bash) I often have output like this.

I'd like to make it so that this output is clickable to jump to that file and line. Is there a setting I can enable, or a special bash configuration file I can edit for some phpstorm magic?
Sometimes, for some outputs there are clickable links, and the files open in PHPstorm, but more often than not it's just text, and I need to copy it, hit CTRL + SHIFT + N to open it.
Is there somewhere a setting I can enable / wrapper script I can add to make these open in the current active and focussed phpstorm instance on click?
Please sign in to leave a comment.
Unfortunately, no, there isn't. Here's the feature request: https://youtrack.jetbrains.com/issue/IDEA-154439