Right now it’s too hard to quickly find references to ModuleScripts in places with many scripts.
My current project has a massive scripting backend (Click for an image of ~60% of the scripts)
I want to organize my modules in the Utilities folder up top, however to do that right now will require moving the objects and then looking for errors / infinite-yield warnings in quite a few scripts and then finding out where to modify the scripts. This isn’t a desirable process.
I feel like the process of moving modules could be streamlined if we were given the option to view all references to a module not unlike what is currently present in Visual Studio. The option to do this for methods would be ideal but that is not the main focus of this idea and the implementation would arguably be more complex.
In extension to this, intellisense would need to be updated to check WaitForChild calls to see if the object already exists (e.g. clientside code I have uses WaitForChild instead of direct referencing to reference the Utilities folder in ReplicatedStorage) so that this can work.