What are the lines below functions/methods in visual studio called? And is there a way to have them in roblox?

I noticed in visual studio code how certain pieces of code have vertical lines connecting to their ending line, and was curious if it was possible in roblox studio and what they are called. Here is what I am talking about:

image

I am sorry if this post is confusing, I’m not exactly sure how to ask this question.

I believe they are called rulers. I think they are off by default but try checking Script Editor in studio settings

I found an option called show whitespace, which sort of does what I’m looking for, but they are arrows and dots instead of lines.

image

There’s a Ruler setting under the Script Editor tab in studio settings

Yes but this just adds a line no matter the code, I mean similar to what white space does but with lines instead of arrows. Is there a way to configure the whitespace?

AFAIK, There aren’t any options for whitespace configuration. The whitespace indent is the closest you’ll get to the Ruler setting you want

Darn, I guess I would just have to use vs. Thanks for everyones help!