Sublime Forum

Sublime text 4121 => bug text highlight

#1

Hello everyone,

today i have update my sublime text from the 4113 to the 4121 version and now a bug is showing.
Most of the code in my python program is like selected/highlight, as it’s showing on the screen below:
image

Can you help me solve it? It’s hard now to work with that color on my screen.

Thanks in advance.

0 Likes

Bug text highlight
#2

That is the result of a package such as Anaconda doing linting on your code. The reason why it’s doing it should be visible in the status bar when your cursor is inside one of the areas.

Regardless, in order to stop it from happening you would need to either remove whatever third party package you installed that does it, or configure that package to not lint your code.

0 Likes

#3

I have delete the anaconda package and it works now.
Thank you very much. :+1:

1 Like