U
U
uaf0x2019-06-18 13:13:18
Python
uaf0x, 2019-06-18 13:13:18

How to disable highlighting in sublime text 3 python?

Hey, sublime has started highlighting code, which is incredibly distracting and annoying. How to remove this backlight?
fmEwi8Ql.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DDDsa, 2019-06-18
@uaf0x

You probably installed Anaconda ? It highlights PEP formatting errors like this. The first three lines are highlighted because the modules are imported but not used, the last one is because you need two empty lines before print, not one.
The essence of the error is written in the status line if you place the cursor on the highlighted fragment. In fact, a useful thing, it teaches you to format the code correctly.
But if you still want to disable
Preferences -> Package Settings -> Anaconda -> Settings - User
And add the option there
"anaconda_linting": false,

M
milsky, 2019-06-18
@milssky

Preferences -> Packge Settings -> SublimeLinter -> Settings. ...linter parameter: change true to false.
You have included some kind of linter. Here it is for you and shows all the errors with a rectangular selection.
How to eliminate rectangular text selection in Sublime Text 3?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question