Search code examples
sublimetext3sublimetext

Sublime Text 3 white boxes around lines


enter image description here

Note: Just started programming in Python using Sublime Text 3. I am not sure why I am getting the white dots/mark on every line, see image below. I would like learn the following.

  1. Is it because of an error?
  2. Is it because of a package or command?
  3. I tried CTRL+Space,CTRL+G and CTRL+K and I still get the white marks, shall I be concerned?

Solution

  • You probably installed Anaconda package. If so, you need to go to Preferences → Package Settings → Anaconda → Settings-User. Then paste the following code and save. Those boxes should be gone.

    {
        "anaconda_linting": false,
    }