Jetbrains-pycharm-pro-2019-2-5 -
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
: 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
: Press Ctrl + Alt + L to instantly clean up indentation and spacing based on PEP 8 or custom rules.
: 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: JetBrains is a maintenance release that focuses on
You can automatically generate text-based documentation stubs for your Python functions:
PyCharm 2019.2 includes built-in support for editing Markdown files ( .md ) and other text-based formats: Markdown and Natural Language Support : Press Alt
: Enable Smart indent pasted lines in Settings | Editor | General | Smart Keys to ensure text pasted from other sources maintains its structure.
@kenhgamez
@kenhgamez