Django template code completion with CreateView

Answered

Hello !
I use pycharm pro for a few days now, and I find a problem in each project, it remains a detail but I prefer to ask the question:
Is it normal to have no code completion in a django template with a class that inherits from CreateView (I have not tried UpdateView yet), especially for the variable "form"


Sorry if I used the screenshot format.

I tried to read the pycharm documentation for django template, but I did not find anything for this problem, or I'm blind.

Thank you all and have a good day!
(sorry if English is bad, I use a translator)

Edit: I am on linux (debian)

1
1 comment
Official comment

Hello.

Seems to be bug: https://youtrack.jetbrains.com/issue/PY-30262 

Please, vote for it. Does ``object`` completion work in your case?

Please sign in to leave a comment.