Parameter Info Not Consistently Working

Answered

The little Parameter Info popup that shows up when you type an open parenthesis for a method call or hit Ctrl+P as of recently doesn't seem to want to show the actual parameters for the method selected, but instead just "*args, **kwargs". It works on some methods, but not on most, even ones that it worked in the past on the same project. I've tried invalidating the caches to force it to reindex in case it was something like that, but it didn't help.

Any other things I can try? Maybe it's a bug?

It's making me very sad.

EDIT: It's also able to find the modules the methods are coming from just fine and if I hover the mouse over the method itself, I'll get a documentation window listing info about it, including the parameters.

0
2 comments

Hi,
It's a bug indeed https://youtrack.jetbrains.com/issue/PY-48338
Please vote for the ticket to help us better prioritize it and feel free to comment.
As a temporary workaround, you can downgrade to 2020.3.5

I'm sorry for the inconvenience.

0
Avatar
Permanently deleted user

Oh, that's good news! Now that I look closer, all the methods that won't Parameter Info have decorators on them. Thanks for the info!

0

Please sign in to leave a comment.