Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in

Wickermoon

Avatar
  • 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 recent activity Recent activity 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
    1. Community
    2. PyCharm
    3. Code Completion doesn't work for (class) functions decorated with decorators that return inner functions
    • -2 votes
  • Created March 01, 2022 13:38
    Apparently code completion is not as important...
    1. Community
    2. PyCharm
    3. 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.
    1. Community
    2. PyCharm
    3. 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...
    1. Community
    2. PyCharm
    3. Code Completion doesn't work for (class) functions decorated with decorators that return inner functions
    • 0 votes
Copyright © 2000– JetBrains s.r.o.