PyCharm 2023.2.3

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 all contexts from kubeconfig files.
  • The Access is allowed from Event Dispatch Thread (EDT) only error no longer causes the IDE to malfunction when opening certain files.
  • Code reformatting now works as expected in LightEdit mode.