I love the reformat code feature, but I'm unsure how to customize line wrapping for Python. It works as desired for HTML (for example), where there is a "Wrap attributes:" dropdown in Settings > Code Style > HTML > Other. But for Python, I cannot see how to do the same thing....
I corrected this by writing my first IntelliJ plugin:Wrap to Column, which is a port ofa different plugin I wrotefor the same feature in Sublime Text 2. It should work with any JetBrains editor based on Intellij IDEA (PyCharm, WebStorm, PHPStorm, RubyMine, etc.). The “Wrap to column...
.dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/...