Add Right Click => Find All References option in Script Editor

I think it would be really cool if I could right click on a variable or function and immediately do a Find All References in either the script I’m editing or all the scripts in a place I’m editing (in the case of ModuleScripts that are included in other scripts).

Ctrl + Shift + F is OK, but is only doing a string find. In this case, it finds lots of other stuff that are not actually calls to getMoves().

image

22 Likes