Jetbrains-pycharm-pro-2019-2-5 Today
: 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 jetbrains-pycharm-pro-2019-2-5
: You can "inject" languages (like HTML or SQL) into string literals to get syntax highlighting and text completion within your Python code. 3. Formatting and Manipulation For general text and code formatting within the editor: : PyCharm automatically checks the spelling of your
: Typing triple quotes """ and pressing Enter will also trigger an automatic docstring stub if enabled in settings. 2. Markdown and Natural Language Support Formatting and Manipulation For general text and code
You can automatically generate text-based documentation stubs for your Python functions:
: Press Ctrl + Alt + L to instantly clean up indentation and spacing based on PEP 8 or custom rules.
: When editing .md files, a split-view allows you to see the rendered text in real-time.