Hi!
Not sure where to raise this, so thought I’d just post it here.
Jinja2 is a popular templating language for Python, and has a great Rust port called MiniJinja, actually by the original author.
dbt, a popular SQL tool, also uses it for their templating language.
It lets you write templates like this:
hello {{ somevar }} {{ hello }}
Are there any plans to move this support to PythonCore, I’m working on a plugin for dbt, and this would be great for example in DataGrip.
PyCharm and DataGrip are the same price, and I’ve always been curious why DataGrip doesn’t get atleast get some of “nicer” bundled modules with Pythonid.
Is it because it uses so much of Django, and that’s a PythonId-only feature?