PyCharm 2020.3.3 is out!
This release includes a lot of bug fixes, so make sure to look through the full list in the release notes.
Here are the most notable improvements:
It is now possible to open projects in tabs on macOS Big Sur. [JBR-2893]
For those who use Mac with an M1 chip, we've fixed shortcut issues. [JBR-2981][JBR-2999]
Fixed the IDE's behavior when you double-click on a file in Local Changes. This action now opens the file in the editor. [IDEA-235910]
Fixed the incorrect focus when dragging a file over an IDE window in Windows 10. [IDEA-244511]
Fixed the completion of field lookups for Django models. [PY-45879]
The problem causing numpy.mean to be flagged as an unresolved reference has been fixed. [PY-46169]
Thanks to the contribution of Daniel Schmidt, the issue involving the wrong cell background for deactivated colored cell mode in Powerful Data Viewer has been resolved. [PY-45894]
Fixed the bug with newly added JSX tags causing simultaneous editing of non-related closing tags. [WEB-49051]
In React, code completion now works for dynamically evaluated className attribute values. [WEB-43318]