-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin's features for Pydantic dynamic models #169
Comments
@bukosabino OK, I try to implement the feature 🚀 |
@bukosabino |
@bukosabino The version doesn't provide a part of the feature. |
Hi @koxudaxi , Thank you for your help. Sorry, I can not help you with this task, because of the code language is not Python :( Note: Jupyter Lab shows the autocompletion for the dynamic model. Best, |
@bukosabino I have to implement different from |
I close this issue Because I implemented the minimum features. If a lot of users need more features, then I will re-open this one or create a new issue. |
Hi @koxudaxi ,
Congratulations on your work on this plugin. I am using to inspect and autocomplete Pydantic models on Pycharm, and it works like a charm.
Is your feature request related to a problem? Please describe.
I want to use the plugin's features when I create models dynamically. For example:
Describe the solution you'd like
In the above example, I get autocompletion for
StaticFoobarModel
, but not forDynamicFoobarModel
. Is there any way to get the plugin's features forDynamicFoobarModel
?More info about Pydantic dynamic models creation: https://pydantic-docs.helpmanual.io/usage/models/#dynamic-model-creation
Best,
Dario
The text was updated successfully, but these errors were encountered: