code-django
code-django copied to clipboard
The ultimate django framework support
I just switched from the legacy Django extension (it was clashing with _hyperscript extension) and I was trying to get rid of all `django-html` code only to find by bisecting...
I use Prettier. I've tried Django extension, Better Jinja and Django Support in VS Code, new lines get removed on save for some reason. This code: ```Django {% with available=terms.available|date:"Y-m-d"...
Thanks for the extension! It would be great if you could publish this to open-vsx.org, so we can use it with VSCodium, too.
First, congratulations, it's an excellent extension! When I teach, I recommend it to my students. The only problem I find is that when commenting code in Django templates, the code...
With Django 6.0 incoming, can you make jump to template also support partials (https://docs.djangoproject.com/en/dev/releases/6.0/#template-partials)? Thank you.