diegohaz / generact

Generate React components by replicating your own
https://git.io/generact
MIT License
1.48k stars 64 forks source link

It could order by component name, not by file name #28

Open pie6k opened 4 years ago

pie6k commented 4 years ago

I've got files structure, where child components of some main components are in sub-folders.

eg

TaskEditor/index.tsx, TaskEditor/Comments/index.tsx etc.

So when I search for TaskEditor

I've got

image

(and actually it was not 4th, I had to arrow down as it was like 20th)

I think it could take all files matching, and then order by component name match

diegohaz commented 4 years ago

Hi @pie6k! Would you like to work on that?