I found the Djaneiro plugin super useful, too. I really like the syntax highlighting for Django HTML templates and the code completion snippets it comes with (for example, you can type if, hit Tab, and Djaneiro creates an {% if ___ %} {% endif %} block for you automatically).
Hey there, thanks for the helpful post! :)
I found the Djaneiro plugin super useful, too. I really like the syntax highlighting for Django HTML templates and the code completion snippets it comes with (for example, you can type
if
, hitTab
, and Djaneiro creates an{% if ___ %} {% endif %}
block for you automatically).I ended up writing a quick review of Djaneiro and its features. You can find it here if you're interested: https://dbader.org/blog/sublime-text-djaneiro-review
Keep up the good work :)