Take into the consideration the brew paths when adding new interpreter.
The list of Python versions available for installation is not filtered based on already used Python versions.
Exclude the venv folder in the project root when it is configured as project SDK via 'Select existing'.
Rename 'Base python' to 'Base Python' on the new project screen.
FUS for Hatch usage.
fastapi import is unresolved right after creating a new project with uv-based SDK.
Jupyter
No Git actions in the notebook context menu.
Activate Jupyter Variables Window Does Not Toggle using Shortcut.
Add FUS for the SQL cell run when source is a csv or a dataframe.
Jupyter kernel name is hidden.
Rebasing the Jupyter notebook corrupts the notebook.
Visual bug with tags in Jupyter Notebook.
Remove ToggleReadOnlyAction action for Non Free Tier users.
The Configure Inversion menu item leads not to the correct Settings page.
Endless execution of the set_next_input.
Jupyter: replicate 'Show heading number in the document' feature from JupyterLab.
Jupyter HTML headers in Pycharm Structure view.
Add GitHub Gist support.
Git rebase clears metadata of a staged Jupyter Notebook.
.UPDATE_DISPLAY_DATA doesn't take 'display_id' into consideration.
Jupyter: Debugger
The second debug session starts not from the first breakpoint but from the first line of the cell if the first debug session was finished by the 'Step Over' action.
Debugger steps into interactiveshell.py.
Jupyter: 'Notebook is debugging ;' label does not disappear after debug ends.
ClassCastException because of DataView at the start of debugging.
Jupyter: Editor
Jupyter DND: cell that becomes the last one has no execution counter.
Jupyter Notebooks: visual bug of line numbering.
Jupyter: Other
Execute Cell in Console action available in context menu also for .py files.
Some of 'stop' buttons don't work during debugging.
Jupyter: Outputs
[Text outputs in separate editor tab]: Unusual indentation / missing gutter (line numbers).
[Text outputs in separate editor tab]: Problems caused by disappearance of tab contents when reopening the project \ IDE.
[Text outputs in separate editor tab]: Formatting disappears.
[Text outputs in separate editor tab]: Re-run of the cell leads to the green space instead of the opened in a separate tab text output.
Jupyter: Remote dev
Jupyter + RemoteDev, invalid position for select interpreter popup.
Packaging. Requirements
Install all Requirements.txt improvements.
Can't detect package name in VCS urls in requirements.txt.
Profiler
PyCharm flame graph profiler doesn't show class names for methods.
Profiler fails to parse profiling results with PySide6.
Refactoring
Extract Method does Not Preserve Existing Line Breaks.
Extract method with type hints lacks return type sometimes.
Tables (Jupyter, DataView)
Hint to turn on the column statistics.
Add Reload button to Data View tool window, or ensure automatic refresh.
Column names are multiplied in the table filter after filter error.
Improve UI and Wording for Page Size Selection & Enhance Table View Visibility for CSV files.
'View as Array' silently fails for torch tensors that requires_grad.
Remove the 'Static Output' action from the Customize Table toolbar
Wrong dimensions for Static tables.
Test Runner
'Go to declaration' does not work for integrated pytest fixtures.
'Go to declaration' does not work for async fixtures.