As a Roblox developer, it is currently too hard to see where the lines of my functions, sometimes spanning hundreds of lines, start and end. I’m hoping that Roblox could add something similar to the indentation lines in VSC, rather than the weird arrows in the show whitespace setting (Displayed below).
If Roblox is able to address this issue, it would improve my development experience because it would make my code more readable by magnitudes, and I think many other programmers feel the same way.
You’ve found a bug - after some investigation, this happens when your editor is in Tab Indentation mode, but parts of your script are indented with spaces instead. We have now fixed this bug internally and the fix will release in the coming weeks. In the mean time, this can be worked around by either switching to space indentation mode, or by using the “Format Document” button in the menu bar to have the editor switch your space indented code to use tabs.