Sublime Forum

Why are there rectangle boxes on most lines?!?

#1


I’m a new user, trying it out…did I install a bad package? I can’t figure out what it is trying to highlight with those rectangles. I don’t want them there.

Help! (thanks)

0 Likes

#2

This should be in a FAQ.

You installed sublime linter; that is what the boxes are from.

0 Likes

#3

Haha. I agree. How do people install packages without even realizing it?

0 Likes

#4

That was it. To fix, I went to Prefs > PackageSettings > SublimeLinter > Settings Default
and changed the first line to false.

/*
Sets the mode in which SublimeLinter runs:

    true - Linting occurs in the background as you type (the default).
    false - Linting only occurs when you initiate it.
    "load-save" - Linting occurs only when a file is loaded and saved.
*/
"sublimelinter": false,

Thanks for the quick help. :smile:

0 Likes