PyCharm & Flask html Autocomplete?

Answered

Is there a way to have autocomplete for python items when editing html files for flask?
For example, I have an app.py file and  an index.html file under a templates folder, is there a way to allow autocomplete for variables that are in app.py and for things such as {% %} when editing index.html?
(hope that makes sense)

0
1 comment

Unfortunately, it's not possible, but there is a relevant feature request https://youtrack.jetbrains.com/issue/PY-40677

0

Please sign in to leave a comment.