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
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.