Sublime Forum

Boxes around lines of code

#1

The boxes around the lines of code make it difficult to see the code. Is there a way to remove them?

0 Likes

#2

You have probably installed some sort of linter that is doing this. If you disable or remove the package, that should stop the outlines.

0 Likes

#3

How do you remove a linter?
I have installed anaconda package. Is that where my problem is? Could you please direct me to the help documents? Thank you so much

0 Likes

#4

You can disable the linting by opening Preferences > Package Settings > Anaconda > Settings User and add the content:

{
    "anaconda_linting": false,
}

However you may also consider to read the styling guide tipps on the bottom and just fix them.

0 Likes