PyCharm Releases

Released: Oct 2, 2023

Updates in 2023.2.2

Funktionen

  • PyCharm now has basic code insight for type parameters.
  • It is now possible to install Python packages from PyPI when using Python 3.12.
  • The Arguments field in the Python Run configuration dialog is now located on a separate line.
  • In the Branches popup, it's now possible to disable the Recent section via the Show Recent Branches setting.

Fehlerkorrekturen

  • The Shift+Enter shortcut works as expected, opening files from the Search Everywhere tabs in the right-hand side of the split screen...

Released: Aug 24, 2023

Updates in 2023.2.1

Funktionen

  • Updates to profiler support and code coverage - Profiler and code coverage functionality is now available for projects using remote interpreters, like those on SSH, WSL, Docker, and Docker Compose. You can now use cProfile, yappi, and vmprof. Additionally, you can now use profilers for projects that use Python 3.12.
  • Django
    • Inherited HTTP methods in the Endpoints tool window - In PyCharm 2023.2, support was added for Django in the Endpoints tool window to help you work with the Django...

Released: Jul 26, 2023

Updates in 2023.2

Funktionen

Key Updates

  • Updates to Django support
    • New live templates for Django forms and models - New live templates will let you insert common code constructs for Django views, forms, and models (including admin) by typing short abbreviations. The list of live templates that can be used to quickly create Django tags in template files has also been expanded.
    • Endpoints tool window for Django - The Endpoints tool window now has dedicated support for the Django REST framework. You can search for...

Released: Mar 30, 2023

Updates in 2023.1.x

2023.1.4

Updated Jul 13, 2023

Fixes

  • [Kotlin is not configured] message reported on kotlin.git/master with IDEA nightly.
  • Can't import the Gradle-based Micronaut project.
  • Settings.xml are not respected for bootstrapping maven container.
  • Non-unique case insensitive artifactId conflict on module import.
  • IDE start fails with "CannotActivateException: Address already in use: bind".
  • "Copy Reference" on a line in Editor no longer copies "Path From Content Root" (instead it copies the path from the...

Released: Dec 1, 2022

Updates in 2022.3.x

2022.3.3

Updated Mar 9, 2023

Features

  • Improved code coverage by bundling Coverage.py v.6.5 for working with Python 3.7 and later, and v.5.5 for working with Python 2.7 and Python 3.6.
  • Added support for tox 4.

Fixes

  • It is once again possible to work with Python packages on newer versions of Conda.
  • The Shelf tab doesn’t disappear from the Commit tool window anymore.
  • The Check RegExp action no longer results in a false Bad regular expression pattern alert.
  • The IDE correctly saves the set Docker WSL...

Released: Jul 28, 2022

Updates in 2022.2.x

2022.2.3

Updated Oct 11, 2022

Features

  • SSH interpreter: The debugger can now access remote sources.

Fixes

  • SSH interpreter: Reopening a project no longer triggers the upload of unchanged project files or rewrites the remote file permissions.
  • SSH interpreter: Interpreter names are no longer duplicated when the interpreters are created over the same SSH host.
  • Windows: Fixed several issues related to how PyCharm handles non-ASCII characters.
  • Opening projects with the MicroPython plugin in PyCharm no...

Released: Apr 13, 2022

Updates in 2022.1.x

2022.1.4

Updated Jul 21, 2022

Fixes

  • Fixed the issue causing text flickers in the Commit details pane.
  • Fixed the issue with local module recognition in the Terraform plugin.
  • Fixed the Run Git hooks checkbox in the Before Commit section of the Commit tool window.
  • Changing the .iml file no longer removes associated Git mapping.
  • Fixed the issue causing the external diff tools for directories to malfunction.
  • Fixed the bug causing IDE to crash on macOS High Sierra.
  • Fixed the issue causing the IDE to...

Released: Dec 1, 2021

Updates in 2021.3.x

2021.3.3

Updated Mar 17, 2022

Features

  • Code insight: Bundled pycodestyle has been updated to version 2.8.0.

Fixes

  • Code insight: Whitespace checks for variables starting with “match” and “case” no longer raise false positives.
  • Docker: A Docker Compose interpreter is now created successfully.
  • macOS: Python 2–based venv can now be created through PyCharm for the M1 processor.

2021.3.2

Updated Jan 31, 2022

Fixes

  • Fixed the IDE freezing while indexing WSL projects.
  • Fixed a bug with Python string...

Released: Jul 28, 2021

Updates in 2021.2.x

2021.2.3

Updated Oct 20, 2021

Fixes

  • Fixed a bug where PEP 585 parameterized built-in classes were not recognized when using from __future__ import annotations.
  • Fixed a bug in Jupyter notebooks where the connection to the Python debugger failed when using ipykernel>=6.3.0.
  • Fixed a bug where custom external documentation URLs for the standard entries were getting removed upon IDE restart.
  • Fixed a bug where PyCharm was updating indexes on every startup if IDE was closed with OS shutdown...

Released: Apr 7, 2021

Updates in 2021.1.x

2021.1.3

Updated Jun 30, 2021

Fixes

  • Fixed the problems behind several UI freezes.
  • Fixed the infinite indexing issue.
  • User interface: Ctrl+Shift+Arrow shortcut selects text in a dialog window rather than stretching the window.
  • It is now possible to work with KWallet without errors.
  • Quick documentation: .jpeg and .svg images are rendered correctly.
  • Plugins: disabled plugins that have been updated to the latest version don’t cause a false notification saying a plugin update is required.
  • VCS: Fixed...