Reformat paragraph command
I can't find the command to reformat/reflow/rewrap paragraphs in Python docstrings, Python comments, and ReST documentation.
The only thing I found in Google was a post from Guido saying that he couldn't find the command in PyCharm 1.0 ;-)
Is this a feature request or does such a thing already exist and I just haven't found it?
Thanks,
Matt
请先登录再写评论。
No, such a thing doesn't exist. You can select a block and reformat it, but it does not do smart reflow.
Bummer, since PEP8 says "For flowing long blocks of text with fewer structural restrictions (docstrings or comments), the line length should be limited to 72 characters."