Prevent highlight fading for HTML tags

I would love to see the active tags (especially html tags) selected to remain highlighted; both beginning & closing. But every time I select the opening tag and scroll down to see it’s respective closing tag, I can’t see it since it’s highlighted once & the highlight fades away.

Hi Patrick, you can prevent the fading away by going to Edit > Preferences > Languages > HTML > Remove Tag Highlighting after x. Just change x to 0.

1 Like

Thanks @mitchell. It worked and surely helps in debugging broken divs!