Anybody here who knows, if and how I could enable word wrap in the Python console for long lines? I can\'t see them as a whole, I have always to scroll the window to the righit
As of 2018 - I found the setting here:
Settings -> Editor -> General -> Console -> Use soft wraps in console:
For PyCharm version 4.5, soft wrap can be enabled as a global default here:
File > Settings > Editor > General > Soft Wraps > "Use soft wraps in editor"
Community edition its Preferences>Editor>General>Use Soft Wraps in Editor
and then to be super cool you can go Preferences>Editor>General>Console>Use Soft Wraps in Editor
Starting with Pycharm Community Edition 2016.1, the settings mentioned in other answers are gone.
However, with the debug console opened (i.e. run your python script), click the Use Soft Wraps
button there, this will also affect the python console, without any restart needed.
for version 3.4.1:
View -> Active Editor -> Use Soft Wraps
I found the answer here:
File -> Settings -> Editor -> "Virtual Space" group -> Use soft wraps in console
In Pycharm version 2018.3.3 it can be found under
File -> Settings -> Editor -> General -> Console: Use soft wraps in console