PyCharm & Flask html Autocomplete?
已回答
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)
请先登录再写评论。
Unfortunately, it's not possible, but there is a relevant feature request https://youtrack.jetbrains.com/issue/PY-40677