Skip to content

xavimondev/fs-emmet

Repository files navigation

demo.mp4

Introduction

A extension to create files and folders directly from your editor using Emmet syntax.

How to use?

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)

Roadmap

[ ] 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.

Contributors

License

This project is licensed under the MIT License - see the MIT License file for details.