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
It would be nice if I extends for example templt.peb and it tells me that it does not exist. I think an error would be the best way. (Sorry for creating so many issues, found an old list I had made.)
The text was updated successfully, but these errors were encountered:
ogrammer
changed the title
Warning/error if import, include or extends file is not found
Warning/error if import, include, extends or embeds file is not found
Dec 11, 2020
I'd prefer a warning instead of an error, because depending on which com.mitchellbosecke.pebble.loader.Loader is actually used at runtime, the IDE might not be able to locate templates correctly.
If the loader loads templates from a database for example, the IDE will report false positives everywhere. Same thing with loaders configured with non-empty prefixes and suffixes.
It would be nice if I
extends
for example templt.peb and it tells me that it does not exist. I think an error would be the best way. (Sorry for creating so many issues, found an old list I had made.)The text was updated successfully, but these errors were encountered: