Released: Dec 20, 2023
2023.3.2 での更新項目
不具合の修正
- PyCharm now correctly resolves <code>pytest_plugins</code> for pytest fixtures declaration.
- The test runner now works fine with Django 5.0.
- Fixed several issues that occurred when working with the HTTP Client.
- Fixed the issue causing the IDE to display a blank window when opening a second project in full-screen mode on macOS.
- When using borderless mode on Windows, the IDE once again correctly restores the position of a window that had previously been snapped to one side of the...
Released: Dec 12, 2023
2023.3.1 での更新項目
機能
- Added the opportunity to check the access status for users with corporate IDE licenses from the AI Assistant tool window.
不具合の修正
- Fixed a bug preventing users from logging in to AI Assistant.
Released: Dec 6, 2023
2023.3 での更新項目
機能
AI Assistant Is Out of Preview [General Availability]
- JetBrains AI Assistant is now generally available with a number of new and improved features to increase your productivity in JetBrains IDEs.
- With AI Assistant, you get enhanced code generation directly within the editor, context-aware AI Chat that answers project-related queries without copying code, and project-aware AI Actions that provide more comprehensive results. To improve code change clarity, a new diff view has been integrated...
Released: Nov 14, 2023
2023.2.5 での更新項目
不具合の修正
- Updating PyCharm Community 2023.2.2 -> 2023.2.3 via Toolbox = "PyCharm CE" is damaged and can't be opened.
- Improved "Cannot connect to already running IDE instance" Exception: Process <process_id> is still running detection.
Released: Nov 1, 2023
2023.2.4 での更新項目
不具合の修正
- Absolute directory paths in the Commit tool window no longer take up too much space as a result of redundantly replicating parent paths.
- Addressed the issue that made it impossible to copy text from the local machine's editor and paste it into the editor on Microsoft Windows Remote Desktop.
Released: Oct 12, 2023
2023.2.3 での更新項目
機能
- Formalization of f-strings - PyCharm will now adjust its inspections to allow reusing quotes, line breaks, escape sequences, and comments inside f-strings for Python 3.12. Existing intention actions for string literals, such as converting between various quote types, now work in accordance with the new syntax.
不具合の修正
- The IDE now displays only one Kubernetes context by default, and contexts can be added and removed as needed. This prevents the IDE from freezing due to unnecessary refreshing of...
Released: Oct 2, 2023
2023.2.2 での更新項目
機能
- 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.
不具合の修正
- The Shift+Enter shortcut works as expected, opening files from the Search Everywhere tabs in the right-hand side of the split screen.
- The Project tool...
Released: Aug 24, 2023
2023.2.1 での更新項目
機能
- 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 Rest...
Released: Jul 26, 2023
2023.2 での更新項目
機能
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 endpoint...
Released: Mar 30, 2023
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...