Searching Poject Folder by Type to find Javascript files

I know it has no real bearing on my project but… I want to know how many script files there are in my project. So I changed the search bar in the project folder to type and tried to search for “Javascript” and no results came up? Is there a way to do this? thanks!

I don’t know of a way to do this within Unity, per se, but you could use any number of utilities to search for files in your assets directory matching the mask “*.js” to find all Javascript files.

If you happen to be on a Windows machine, I personally am a fan of the Everything search tool.