PyChream 2024.1 最新变化

PyCharm 2024.1 introduces several significant updates and features aimed at enhancing productivity and usability for developers. Here are some of the key changes:

  1. **Hugging Face Model Card Previews**:
  • Quick documentation previews for Hugging Face models and datasets are now available directly within the IDE, allowing you to access descriptions by hovering over names without leaving your coding environment【10†source】【11†source】.
  1. **Local Full Line Code Completion for Frontend Frameworks**:
  • The ML-based full line code completion, previously available only for Python, now supports JavaScript, TypeScript, and other popular frontend frameworks. This feature operates locally, providing context-aware suggestions to speed up coding【10†source】【12†source】.
  1. **Sticky Lines Feature**:
  • This new feature helps manage large files by pinning key structural elements like the beginnings of classes or methods at the top of the editor, keeping important parts of the code always visible【10†source】.
  1. **Enhanced Code Review Tools**:
  • PyCharm now includes a more streamlined code review experience for GitHub and GitLab. This allows authors and reviewers to interact directly within the editor during pull/merge requests, ensuring all changes are clearly understandable【10†source】.
  1. **Improved GitHub Actions Support**:
  • Enhanced support for GitHub Actions includes autocompletion for various contexts like `github.*`, `env.*`, and YAML structures, making CI/CD workflows more efficient. Docker image completion and JavaScript file path completion are also integrated to streamline configurations【11†source】【12†source】.
  1. **HTTP Client Enhancements**:
  • The HTTP Client now supports more authentication options, including PKCE Authorization Code and OAuth 2.0 Device Authorization Grant flows. It also introduces Netty as its networking library, enabling support for SSL, proxies, and HTTP/2【11†source】.
  1. **Support for Larger Flask and FastAPI Applications**:
  • The Endpoints tool window now provides better support for larger Flask and FastAPI applications, grouping endpoints by apps and detecting endpoints declared in libraries【13†source】.
  1. **Enhanced Terraform Support**:
  • PyCharm now offers extended support for Terraform, including suggestions to run `terraform init`, improved code completion for over 3900 third-party providers, and support for the Terraform Template Language (tftpl)【14†source】.
  1. **Local Filtering in Data Editor**:
  • A new feature allows filtering data directly within the editor without the need to execute queries, enhancing productivity when working with data views【10†source】.
  1. **Warnings for Missing Packages**:
  • PyCharm underlines missing packages in `requirements.txt` files, providing quick installation options to ensure the development environment is correctly set up【12†source】.

These updates aim to make PyCharm more powerful and user-friendly, catering to the needs of both web developers and data scientists. For a comprehensive list of all the new features and improvements, you can check the official [JetBrains release notes](https://www.jetbrains.com/pycharm/whatsnew/)【11†source】.

相关推荐
music0ant1 天前
Idean 处理一个项目引用另外一个项目jar 但jar版本低的问题
java·pycharm·jar
Tttian6221 天前
Pycharm访问MongoDB数据库
数据库·mongodb·pycharm
西格玛懒大王2 天前
[python] 基于matplotlib实现雷达图的绘制
数据库·python·pycharm·pip
等一场春雨2 天前
linux 根据名称 杀死linux 上某个jar进程或其他进程
linux·pycharm·jar
坤坤不会编程2 天前
新版pycharm下载第三方库时太慢
ide·python·pycharm
黑色叉腰丶大魔王3 天前
《Python 解释器和 PyCharm 详解》
开发语言·python·pycharm
几度热忱4 天前
【Pycharm相关设置】新版Pycharm关闭主菜单,取消自动隐藏工具栏
ide·python·pycharm
昨天今天明天好多天4 天前
【PyCharm】
ide·python·pycharm
Eiceblue4 天前
用Python在Excel工作表中创建、修改及删除表格区域
开发语言·vscode·python·pycharm·数据分析·excel
engchina5 天前
PyCharm 中打印完整的 DataFrame
ide·python·pycharm·dataframe