Syntax error decorations in the console are too aggressive and unhelpful or just plain wrong a lot of the time. For example, when entering a new variable, the user is told that they have a syntax error because the variable doesn't exist yet:
Also, in Python, magics and auto magics, and the % magic introducer, erroneously show up as a syntax error:
Syntax error decorations in the console are too aggressive and unhelpful or just plain wrong a lot of the time. For example, when entering a new variable, the user is told that they have a syntax error because the variable doesn't exist yet:
Also, in Python, magics and auto magics, and the
%
magic introducer, erroneously show up as a syntax error:So for now, we need to disable this feature.