yiisoft / yii-debug-viewer

Debugger frontend
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Make class namespaces clickable #18

Open xepozz opened 2 years ago

xepozz commented 2 years ago

Such a great idea is to add opportunity jump into IDE from Debug panel. I think it should be implemented in each place where we know that "string is class-like string" or we can fetch it from the raw. If we know line of file we should add it to link to IDE too.

Use case: We see class-like string Yiisoft\Yii\Http\Event\ApplicationStartup. image

Expected behaviour: When I click to it I want to be redirected to IDE and it should open class Yiisoft\Yii\Http\Event\ApplicationStartup