Cannot find file through IDE search function well. #372
Tomtommytomtom
started this conversation in
Ideas
Replies: 1 comment
-
It's worth exploring what other frameworks have done for this. If your files are named |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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"?
Beta Was this translation helpful? Give feedback.
All reactions