: You can configure your preferred format (e.g., reStructuredText or Google) in Settings | Tools | Python Integrated Tools .
: Press Ctrl + Alt + L to instantly clean up indentation and spacing based on PEP 8 or custom rules.
To "prepare a text" or work with text-based content within this version, you can utilize the following core features: 1. Documentation and Docstrings jetbrains-pycharm-pro-2019-2-5
: Enable Smart indent pasted lines in Settings | Editor | General | Smart Keys to ensure text pasted from other sources maintains its structure.
: When editing .md files, a split-view allows you to see the rendered text in real-time. : You can configure your preferred format (e
JetBrains is a maintenance release that focuses on stability and minor bug fixes for the 2019.2 branch.
: Typing triple quotes """ and pressing Enter will also trigger an automatic docstring stub if enabled in settings. 2. Markdown and Natural Language Support Documentation and Docstrings : Enable Smart indent pasted
You can automatically generate text-based documentation stubs for your Python functions: