Syntax highlighting code visible on the screen
That... does not work in most programming languages. Especially so for showing indent levels correctly. Generally speaking, the language server (or whatever) is parsing the entire file.
Syntax highlighting code visible on the screen