Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Next.js folder naming patterns #3434

Open
1 task done
ziyafenn opened this issue Jan 23, 2024 · 0 comments
Open
1 task done

Support Next.js folder naming patterns #3434

ziyafenn opened this issue Jan 23, 2024 · 0 comments

Comments

@ziyafenn
Copy link

Housekeeping

  • I'm sure this issue is not a duplicate

Information:

Next.js with new app router has it's own folder naming conventions/patterns that currently are unsupported by vscode-icons.

Doing it via Fine Tuning is currently not possible as it doesn't accept RegEX, plus it would be a nice future similar to current Angular and NestJS support.

As an example:

Dynamic Routes: [folder] | [...folder] | [[...folder]]
Route Group: (folder)
Private Folder: _folder

Here is the full list of folder/file naming conventions: https://nextjs.org/docs/getting-started/project-structure#top-level-folders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant