nuxtrdev / nuxtr-vscode

An extension offering commands and tools to make your experience with Nuxt more pleasant.
https://marketplace.visualstudio.com/items?itemName=Nuxtr.nuxtr-vscode
336 stars 13 forks source link

[Feature]: maybe handle folder selection differently for "Nuxtr: create new page" #102

Closed BananaAcid closed 10 months ago

BananaAcid commented 10 months ago

Environment

--

What went wrong?

  1. preselect "Main pages folder" when creating new pages (as that is most common)
  2. when creating with filename "abc/info" the followup to ask to create a folder is not necessary as the folder /pages/abc will be created anyways and info.vue be placed in there

How to reproduce it?

create a page by CMD+SHIFT+P > Nuxtr: create new page