posva / unplugin-vue-router

Next Generation file based typed routing for Vue Router
https://uvr.esm.is
MIT License
1.62k stars 79 forks source link

Cannot find file through IDE search function well. #371

Closed Tomtommytomtom closed 5 months ago

Tomtommytomtom commented 5 months ago

Before switching to unplugin-vue-router i could easily press ctrl + p and find my Page by typing in the name of the route. Now the name is defined in the definePage macro, and i have a bunch of files called index.vue.

It would be nice if we could somehow put the route name inside of the filename, since @ is already taken, maybe we could do something like "path/to/my/route/index_MyRouteName.vue"?