New Highlight over code

Studio
I opened studio today and this annoying line appeared over the lines I work on. Anyway to remove it or is it just a new thing?

1 Like

Yeah I don’t like it either, It’s apart of a new update, and as far as I know theres no way to remove it, the only thing you can do is try to make it blend in with the background, go to the settings and you can change its color

Alright that sucks how its not removeable but thanks for the information.

1 Like

Press file then settings then navigate:
Settings → studio → highlight current line, turn this off

3 Likes

Run this in the command bar:

settings().Studio["Highlight Current Line"] = false

or use the settings interface and disable the setting manually.

1 Like

Alright thanks guys the problem was fixed.

It’s a new feature we released to help developers find which line their cursor is on. Let us know if you have any feedback

I think its a bit too translucent and It makes the text harder to read initially. I would prefer if the beginning of the line is highlighted (or a border around the line) instead of the entire line, right now it feels awkward because It seems like the line is selected.