Option to filter out commented out code for Ctrl->Shift->F

So we could search for all code that is actually going to run, and not commented out segments.

Another idea would be an option to search for code in ServerStorage, ReplicatedStorage, StarterGui, ServerScriptService, Workspace separately.

Not too big of a deal, but would be helpful.

Example of how this would help:

Ctrl Shift F “print”, do not search for commented out code.

Comment out all prints that were not already commented out.