You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing {% extends "..." %} or {% include "..." %}, it only autocompletes files relative to the current files, rather than autocompleting them relative to directories marked as "Template Folder" in IntelliJ:
The text was updated successfully, but these errors were encountered:
Anyway, the difficulty is that you could theoretically set any folder as a template folder when building a PebbleLoader.
And on the other hand, marking a directory as a "template folder" is not enough for PebbleLoader to use it :/
After doing a bit of research, it seems the Python plugin may be providing this.
While I'm aware the PebbleLoader is unaware of project settings, having the autocomplete be aware of project settings (even if it's a different content root than the one provided by the python plugin) would be a great QoL feature to have.
When typing
{% extends "..." %}
or{% include "..." %}
, it only autocompletes files relative to the current files, rather than autocompleting them relative to directories marked as "Template Folder" in IntelliJ:The text was updated successfully, but these errors were encountered: