PyCharm 2024.1.4
Released: Jun 25, 2024
2024.1.4 での更新項目
機能
- Gutter actions and inlay hints for URLs - New gutter icons provide an easy way to manage URLs in Flask, FastAPI, and Django projects. In just a few clicks, you can test an endpoint by running the request in the HTTP Client, view all lower-level endpoints, and more. New inlay hints with endpoint URLs further contribute to code readability for Python web frameworks.
- PEP 692: Smart code assistance for TypedDict - With support for PEP 692, keyword arguments defined as TypedDict are now available when you invoke parameter info (⌘P / Ctrl+P), in code completion, and in the quick documentation popup (F1 / Ctrl+Q). You now have access to yet another tool that lets you use the latest type hinting capabilities in Python to develop an easy-to-understand codebase.
- Hugging Face: Model suggestions - PyCharm can now suggest a list of relevant Hugging Face models that best suit your needs. This allows you to decide which model to use and install without ever having to leave the IDE. Decide what you would like the model to do, and PyCharm will provide a list of options to choose from. After selecting a model, PyCharm will suggest inserting a code snippet that allows you to use this model directly in the open file, and it will download and install all of the missing packages on which this model depends.
- Warnings for uninstalled packages in requirements.txt - PyCharm now underlines packages that are listed in requirements.txt but that are not installed on the current Python interpreter with a yellow squiggly line. Hover over the package name and click Install all missing packages to immediately set up your development environment.