Open
Description
Highlighting the latest code syntax error makes it more difficult to find the line of code causing problems...
Example:
Class classname();
classname.doThis(); <--- # 1
classname.doThat();
classname.doThatAgain(); <--- this line is highlighted in case of error, instead of # 1
I don't know if I'm clear... Thanks