How to get Parameter Hints? (python)

By this I mean when typing:

return_from_function = previously_defined_function(??..

all the parameters of that function are listed, by default in vscode… nothing appears with cursor, even though variable hints (list of defined variables) does work.

I thought this was a Pylance feature which I couldn’t get working… I tried reinstalls, I ensured “editor.parameterHints.enabled”: true," was enabled… I even installed and ran Jedi as my language server and it still doesn’t work.

Is it a bug or something I need to setup?