SublimeText encloses lines in white rectangles

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

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

\"enter

14条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 05:49

    If none of the previous solutions worked for you, try this:

    1. Go to Preferences | Package Settings | Pylinter | User settings
    2. In the file, just add/modify the following lines:

      "run_on_save": false,
      "disable_outline": true
      

    It worked for me, and in my case I had anaconda only as a folder, associating the python compiler of Sublime to the python compiler (python.exe) present in the anaconda folder.

提交回复
热议问题