
MindTheColor
Jetbrains-pycharm-pro-2019-2-5
: Place your cursor inside a function and press Alt + Enter , then select Insert documentation string stub .
PyCharm 2019.2 includes built-in support for editing Markdown files ( .md ) and other text-based formats:
: When editing .md files, a split-view allows you to see the rendered text in real-time. jetbrains-pycharm-pro-2019-2-5
You can automatically generate text-based documentation stubs for your Python functions:
: Typing triple quotes """ and pressing Enter will also trigger an automatic docstring stub if enabled in settings. 2. Markdown and Natural Language Support : Place your cursor inside a function and
JetBrains is a maintenance release that focuses on stability and minor bug fixes for the 2019.2 branch.
: Press Ctrl + Alt + L to instantly clean up indentation and spacing based on PEP 8 or custom rules. : PyCharm automatically checks the spelling of your
: PyCharm automatically checks the spelling of your comments and text literals. You can manage custom dictionaries in Settings | Editor | Natural Languages | Spelling .