Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Wickermoon
Total activity
7
Last activity
May 09, 2023 09:04
Member since
February 15, 2022 13:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by votes
Recent activity
Votes
Created
March 01, 2022 13:38
Apparently code completion is not as important...
Community
PyCharm
Code Completion doesn't work for (class) functions decorated with decorators that return inner functions
0 votes
Created
February 22, 2022 10:11
At least some feedback on this issue would be nice. I mean, this bug literally breaks THE key feature of an IDE..code completion.
Community
PyCharm
Code Completion doesn't work for (class) functions decorated with decorators that return inner functions
0 votes
Edited
February 21, 2022 10:39
Update: So PyCharm 2021+ works with decorators, as long as those decorators don't return generic inner functions: def simple_decorator(f: Callable[P, R]) -> Callable[P, R]: @wraps(f) def inne...
Community
PyCharm
Code Completion doesn't work for (class) functions decorated with decorators that return inner functions
0 votes
Created
May 09, 2023 09:04
There's already a ticket for that bug:https://youtrack.jetbrains.com/issue/PY-53314/PyCharm-code-completion-not-working-for-annotated-class-functions
Community
PyCharm
Code Completion doesn't work for (class) functions decorated with decorators that return inner functions
-2 votes