phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

TableErrorFormatter: Link path in PhpStorm

Open vrana opened this issue 8 months ago • 0 comments

PhpStorm's internal terminal is very peculiar about paths it link. Pretty much only "at path:line" is linked: https://youtrack.jetbrains.com/issue/IJPL-103639/#focus=Comments-27-3994543.0-0.

I know that I can write my custom error formatter but I see a value in this working by default. Also replicating all features of TableErrorFormatter is not trivial in custom formatter.

Before: image

After: image

vrana avatar Jun 28 '25 07:06 vrana