Word wrapping in PyCharm Python Console?

前端 未结 7 1206
忘掉有多难
忘掉有多难 2021-02-01 12:29

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

相关标签:
7条回答
  • 2021-02-01 12:40

    As of 2018 - I found the setting here:

    Settings -> Editor -> General -> Console -> Use soft wraps in console:

    0 讨论(0)
  • 2021-02-01 12:42

    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"

    0 讨论(0)
  • 2021-02-01 12:47

    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

    0 讨论(0)
  • 2021-02-01 12:52

    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.

    0 讨论(0)
  • 2021-02-01 12:54

    for version 3.4.1:

    View -> Active Editor -> Use Soft Wraps

    0 讨论(0)
  • 2021-02-01 13:01

    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
    
    0 讨论(0)
提交回复
热议问题