Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the vertical line in PyCharm?

Tags:

python

pycharm

In PyCharm, there is a vertical line as highlighted on the screenshot.

When I copy a long line of code into the editor, it wraps automatically if longer than this line.

screenshot

What is this line and what's its purpose?

like image 416
user7693832 Avatar asked Apr 10 '18 11:04

user7693832


1 Answers

It is a guide for the "hard wrap" setting.

Setting screenshots from IntelliJ IDEA (PyCharm should be similar):

enter image description here

enter image description here

like image 59
str Avatar answered Sep 19 '22 08:09

str