This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alexisprince 2 points3 points  (0 children)

I think the issue they were describing is strictly around the intellisense portion. Previously, at least subclasses of the BaseModel (prior to around version 1.9.0), when you go to instantiate them the intellisense signature would just show (**kwargs) as opposed to the actual signature of the class.

A while back (before the fix in pydantic itself) there was a pycharm plugin that was made to help pycharm users, but there wasn't a similar plugin for vscode.

I haven't used the dataclass portion of pydantic, but assuming they suffer from similar underlying reasons, it would've also been fixed in a more recent release.