Sublime Text 3 white boxes around lines

ASE Dev picture ASE Dev · Jan 4, 2017 · Viewed 17k times · Source

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?

Answer

James Xingjian Zhang picture James Xingjian Zhang · Jan 18, 2017

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,
}