Sublime Forum

I need help with a problem

#1

Hello everyone!
First i want to say that my first language is Spanish, sorry if it’s duficult to understand this,

My problem is: Suddenly, in my sublime text 3 appeared selectors in my code-lines and my lines are Highlighted in a anoying form.
You can see it in the image:

image

sorry if it’s a idiot problem, I just started in this a week ago.

Thanks

0 Likes

#2

That looks suspiciously like you have installed a linter plugin and it’s mad about your code.

If so, that’s working as expected and you can make the highlights go away by “fixing” the code, disabling the linter or changing its configuration to not point out as many problems.

0 Likes

#3

thanks, you’re right, it wast the plug-in anaconda.

I unistall it and the problem disappeared.

Do you know how to disable the highlights without remove the plug-in?, because the plugin have good funtions

0 Likes

#4

I don’;t use that plugin myself so I can’t say for sure.

Likely there is a setting that you can turn on or modify that would turn it off (or make it less strict). You should check out the documentation for the plugin to be sure.

1 Like