plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Feature Request]: Be able to add a route to the desired routes file, if the route does not exist.

Open Tray2 opened this issue 2 months ago • 0 comments

Feature Description

Sometimes when I write feature test, I create a get call to a route that doesn't yet exist. I would then like to be able to call up a dialog through the (option+enter on mac) and then be able to choose Create route, and with a simple dialog define the route, and specify what kind of route it is, API or regular web.

Similar to the way you can create a view that is missing, I would like to be able to use the same key strokes to generate the named route like decxribed.

This feature would speed up the work flow at least for me, because I don't have to leave the test file to create the route.

//Tray2

Tray2 avatar Nov 13 '25 05:11 Tray2