As a Roblox developer, it is currently too hard to …
Find this in a script document. That much that I started to think of features Luau could have, while in reality Roblox Studio is the problem.
Imagine you have a file, but it takes a long time to scroll up and down. Specifically, a ModuleScript that contain a lot of functions.
When viewing your or even other code, it would be useful to have a full list that show each of the document’s symbols. Because the Script Document is mixed with definitions and declarations. The code for the implementation increases the lines which increases how much you have to scroll.
The only thing there is, is ALT + F which opens the Script Function Filter.
The current ALT + F is not like Visual Studio’s Outline.
The current Script Function Filter would already be an improvement, if I could re-size and or dock its window somewhere. But I can’t resize it at all. It has no colors or anything to help with recognising things.
Alternatives would be to split up the script into other scripts, but there are limits. There are limits with the type system and everything. Some things can’t be split up without doing more work.
If Roblox is able to address this issue, it would improve my development experience because …
It makes navigating through scripts more easier in Roblox Studio!

