Don't expand collapsed sections of code when reopening scripts

As a Roblox developer, it is annoying having to re-collapse portions of code you had collapsed in a previous session of working on that script. For example, if I collapse a function in a script and then close that script and re-open that script later on, that previously collapsed function is expanded.
Sometimes I’d like to collapse several portions of code, however when I come back to working on that code later on I have to go through the script once again collapsing those portions.

If Roblox is able to address this issue, it would improve my development experience because it would help me focus more time on working on my code rather than devoting part of it to re-collapsing portions of code that I had collapsed in previous sessions.

Example of this currently annoying behavior

3 Likes

A post was merged into an existing topic: Script Editor should save which folds are collapsed and expanded within/between sessions