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.
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