Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":
pydantic version: 1.7.2
pydantic compiled: True
install path: /home/math/.pyenv/versions/3.7.8/lib/python3.7/site-packages/pydantic
python version: 3.7.8 (default, Aug 18 2020, 10:52:32) [GCC 9.3.0]
platform: Linux-4.19.104-microsoft-standard-x86_64-with-debian-bullseye-sid
optional deps. installed: ['typing-extensions']
This is more of a pointer, I think, less of a feature request. At the moment, with VS Code 1.51.1 and pylance 2020.11.1, the type hints just say **data: Any when a pydantic object is created. It would be cool if that could be improved.
Hi @MartinThoma
You're absolutely right! It's something a lot of us want. There is actually an opened issue to add BaseModel autocompletion among other things on Pycharm (already done) and VSCode.
Nice! Should I close this issue then?
Most helpful comment
Hi @MartinThoma
You're absolutely right! It's something a lot of us want. There is actually an opened issue to add
BaseModelautocompletion among other things on Pycharm (already done) and VSCode.