PyCharm 2024.1.2
Released: May 29, 2024
2024.1.2 での更新項目
機能
- Support for DRF viewsets and routers in the Endpoints tool window - When working with the Django REST Framework in PyCharm, not only can you specify function-based or class-based views in the path, but you can now also specify viewsets and see the results in the Endpoints tool window. You can also now map HTTP methods to viewset methods, and PyCharm will display the HTTP methods next to the relevant route, including for custom methods. Routes without @actions decorators are now displayed with the related viewset methods.
- Code assistance for TypedDict and Unpack - It is possible to add type information for keyword arguments of different types by using TypedDict and Unpack. PyCharm now allows you to use this feature confidently by providing parameter info, type checking, and code completion.
- Improved debugger performance for large collections - PyCharm's debugger now offers a smoother experience, even when very large collections are involved. You can now work on your data science projects without having to put up with high CPU loads and UI freezes.