Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Guy
Total activity
2
Last activity
February 17, 2025 20:28
Member since
February 17, 2025 20:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Guy
commented,
February 17, 2025 20:28
Having the same issue with python 3.12type Fields = list[str | dict[str, Fields]] fields: Fields = [ "id", {"stuff": {"x": "y"}}, ] 1. When hovering over fields, PyCharm (2024.3.3) shows t...
Community
PyCharm
Why does pycharm typing not recognize recursive type aliases
1 vote