Search code examples
pythonidespyder

How to remove Spyder's vertical line on right side of editor pane?


Spyder has a text wrap feature which includes a gray line at the end of the line. How do you remove it?

enter image description here


Solution

  • On Spyder 5.0.0,

    You can change the line limit and remove the vertical bar by going to

    Settings -> Completion and linting -> Code style and formatting -> Line length -> Show vertical line at that length

    enter image description here