This Unity Editor plugin searches string pattern in directory.
Unity 2022: it works well
Unity 2023: cursor not located to the right position when clicking
Unity 6000: cursor not located to the right position when clicking
Download grepr.unitypackage from repository (as raw data) Import grepr.unitypackage.
[Tools]-[GrepR by 2nek] opens Editor window like following image. You can drag the window as a docking window.
Input Search String and Press Find Button to execute searching the string pattern in the folder recursively.
It works like "grep with -r option" or "find . -name *.cs -exec grep string {} ;" .
Click file name and line (blue colored) to invoke text editor and locate the cursor.
This plugin has No relation to Bakery.