Reputation: 607
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
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