small thing: autocomplete seems to currently be br...
# ask-community
d
small thing: autocomplete seems to currently be broken for the new pythonic resources, showing only **data when initializing the objects rather than the properties
looks like this might be a known issue with pydantic - https://github.com/pydantic/pydantic/issues/691#issuecomment-1121281433
z
I think you can install the pydantic-plugin if you're using Pycharm to get autocomplete for Pydantic models
d
Yeah, I've managed to get raw pydantic models to autocomplete, but I think because the structured config stuff is overriding
___init___
the completion is lost (trying to add screen capture, bad at slack lol)
Screen Recording 2023-03-14 at 10.25.30 AM.mov
z
hmm yeah that is a bummer