Min and max line search for find/replace tools

As a Roblox developer, it is currently too hard to find a variable in my script(s) between a min and max number of lines.

My usecase would be inside scopes in modules, game scripts, or debugging, I want to deep search through a script with options of looking at a minimum line and a final (maximum) line to replace/find, thataway, I don’t have the whole script with that variable be found.

If Roblox is able to address this issue, it would improve my development experience because I can find variables from a min and max and not the whole script, and replace within a scope.

You mean “Find within selection”?
E.g. You could select just the text you’re interested in searching.

1 Like