Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to sort searched files in visual studio code?

When we are searching using ctrl + shift + f command in visual studio code for entire project , we are getting multiple files listing in which search values found.

Is there any way so that I can sort those search files because visual studio code not showing sorted search files.

I have gone through official website but not able to find such command.

Sort_html_files

like image 714
Aditya Avatar asked Nov 07 '22 13:11

Aditya


1 Answers

I have checked to find similiar option to sort files as you are asking in visual studio code but not able to find any but you can see that visual code already sorting those file based on folder like account,base etc...

You can try regex to search to minify your serach criteria like a*.html, bo*.html, [abc]*.html.

Hope above help you to sort out your problem.

like image 108
Mahesh Avatar answered Nov 14 '22 21:11

Mahesh