demo.mp4
A extension to create files and folders directly from your editor using Emmet syntax.
Press ctrl+shift+p
to open command panel and type Transform to file system
or press ctrl+alt+t
to create new file system. (you can override this shortcut)
[ ] Add landing page.
[ ] Add support for frameworks routing conventions, examples:
// svelte
src/routes/about/+page.svelte
blog/[slug]/+page.svelte
// remix
routes/_auth.login.tsx
routes/($lang)._index.tsx
// next.js
(marketing)/about/page.js
app/blog/[slug]/page.tsx
app/shop/[...slug]/page.js
app/@auth/[...catchAll]/page.tsx
feed/@modal/(..)photo/[id]/page.js
// and more ...
[ ] Add climb-up operator to folders.
This project is licensed under the MIT License - see the MIT License file for details.