Find which prefab files are referenced by C# scripts, similar to the function of Rider.
- Support for finding C# script references from unity scene files.
- Add a display button in the sidebar for each result.
- The right-click menu only appears in C# files.
- Add a preview file button for each result.
- Automatically update the cache after adding, deleting or modifying the
prefab
file, and the next search will take effect directly.
- Selecting the prefab file of the search result will copy the file name to the clipboard.
- You can see a hint in the status bar during the build cache.
- Add the right-click menu of the file title.
- Use
Quick Pick
to display the search results, and then you can easily open a found prefab file.
- Create a result cache when you find for the first time, to avoid searching for all files every time.
- Even if
files.exclude
containsprefab
files, they are now found correctly.
- Support to find which prefab files are referenced by C# scripts.
- Support for finding other referenced file types.
- Select the search result to open Unity directly.