NiclasvanEyk / jetbrains-laravel-make-integration

🛠 A set of integration points that connect your Laravel application to PhpStorm
https://plugins.jetbrains.com/plugin/14612-make-for-laravel
37 stars 5 forks source link

💡 Controller Action Inlay Hints #47

Open NiclasvanEyk opened 2 years ago

NiclasvanEyk commented 2 years ago
Screen Shot 2022-04-30 at 14 49 07

Makes use of the new experimental Inlay Hints to directly display a mapped path to a controller action above the method. This can also be viewed by hovering over the red icon next to the method, but I personally feel this way it is nicer.

This PR is mostly a proof of concept and still needs refinement. Maybe we should also wait until the API is marked as stable or ship this behind some setting / feature flag.

Caveats / TODO