To "prepare a text" or work with text-based content within this version, you can utilize the following core features: 1. Documentation and Docstrings
: Press Ctrl + Alt + L to instantly clean up indentation and spacing based on PEP 8 or custom rules. jetbrains-pycharm-pro-2019-2-5
: You can configure your preferred format (e.g., reStructuredText or Google) in Settings | Tools | Python Integrated Tools . To "prepare a text" or work with text-based
: Enable Smart indent pasted lines in Settings | Editor | General | Smart Keys to ensure text pasted from other sources maintains its structure. : Enable Smart indent pasted lines in Settings
: PyCharm automatically checks the spelling of your comments and text literals. You can manage custom dictionaries in Settings | Editor | Natural Languages | Spelling .
: Press Alt + Shift + Click to add multiple carets, allowing you to edit text in several places simultaneously. 4. Viewing and Appearance Markdown Support | PyCharm Documentation - JetBrains