SublimeText encloses lines in white rectangles

后端 未结 14 1499
情深已故
情深已故 2020-12-02 05:37

It\'s rather annoying and I can\'t seem to figure out why.

\"enter

14条回答
  •  既然无缘
    2020-12-02 06:05

    you can disable warnings in anaconda.sublime-settings via the file menu:

    Sublime > Preferences > Package Settings > Anaconda > Settings – User:

    In opened file type following code and press Ctrl + S to save file

    {"pep8": false}
    

    you can also type this:

    {"anaconda_linting": false}
    

    but it disables both warnings and errors, which is not good

提交回复
热议问题