List Model Fields for django as parameter info
A common workflow for me is when I create a model instance:
```
class MyModel(
```
Here I would like to see the fields I need to pass to it. When I request `parameter info`, I get `*args, **kwargs` which is not helpful. Pycharm knows the model fields - when i start typing a field name it shows up.
Any suggestions for a workflow so that I do not have to jump to the source file for the model to get it's fields?
请先登录再写评论。
Hello, @Iliggio,
Thank you for your feedback! I’ve created a feature request in our tracking system PY-89741. Please vote for the issue to receive updates on its status. To learn more about using YouTrack, please refer to this article.