Open sbland opened 4 years ago
👍 this is a big nuisance
btw, it seems like pylance fixes this
Yep (along with many other things 🙂).
I'm also having this issue.
I don't think it's just a lack of a feature though? Because it was initially brought up in #15, then I believe added in #339? Or am I misunderstanding that?
Class parameter hints should show above docstring on intellisense when using typing.NamedTuple
Environment data
"python.jediEnabled"
set to; more info microsoft/vscode-python#3977): Jedi Enabledpython.languageServer
setting: MicrosofExample
Intellisense now shows the parameters for NamedTuple rather than Config_Shape. I.e.
typename: str, fields: Iter..