We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
TaskEditor/index.tsx
TaskEditor/Comments/index.tsx
So when I search for TaskEditor
TaskEditor
I've got
(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
The text was updated successfully, but these errors were encountered:
Hi @pie6k! Would you like to work on that?
Sorry, something went wrong.
No branches or pull requests
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
(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
The text was updated successfully, but these errors were encountered: