xavimondev / fs-emmet

A VSCode extension that helps you create folders and files with ease from your editor.

Home Page:https://marketplace.visualstudio.com/items?itemName=xavimondev.fs-emmet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A VSCode extension that helps you create folders and files with ease from your editor.

https://marketplace.visualstudio.com/items?itemName=xavimondev.fs-emmet

License:MIT License


Languages

Language:TypeScript 77.3%Language:JavaScript 12.0%Language:Astro 10.2%Language:CSS 0.5%