kits
kits

Reputation: 607

Wrap text in Pycharm console

Say I do dir(str). I want a wrapped list returned, not a single line that goes on forever. I am using pycharm community edition. How can I fix this?

Upvotes: 5

Views: 3249

Answers (1)

Carlos Calla
Carlos Calla

Reputation: 6706

View -> Active Editor -> Use Soft Wraps

Also refer to this link: http://youtrack.jetbrains.com/issue/PY-3483?projectKey=PY&query=can

Settings | Editor, "Virtual Space" group, [x] Use soft wraps in console

Upvotes: 5

Related Questions