Sublime Forum

Request for assistance

#1

Hello there,
my name is hilario, new to this forum. anyone can tell me how to remove this whitelines covering my codes on submile text, I have tried changing many user preferences but this white lines dont disappear

0 Likes

#2

It looks like you have some tool that checks that your code follows a style, and the tool might be trying to tell you something. Maybe it doesn’t like how you indented the lines, or it doesn’t like the single quotes around strings. Something like that. Try to hold your mouse cursor over the lines and white circles on the side to see if any message pops up.

0 Likes

#3

I would guess it’s from one of a SublimeLinter plugin, or Anaconda.

0 Likes

#4

Hi hakunin, it no message pops up while hovering the mouse on the white circles…

0 Likes

#5

@jfcherng I anaconda plugin installed, any further advise?

0 Likes

#7

https://stackoverflow.com/questions/41469055/sublime-text-3-white-boxes-around-lines

0 Likes

#8

Personally I just use LSP / LSP-pyright / LSP-ruff.

0 Likes

#9

@jfcherng much appreciated, issue resolved. :pray:

0 Likes