We will discover here three VS Code extensions that will help us code in Django faster and more efficiently.
Djaneiro — Django Snippets
Quit typing so much!
With Django Snippets for Django templates, models, views, fields, and forms, you will save so much time and effort while writing your code.
Just by writing:
csrf
→ {% csrf_token %}
block
→ {% block %} {% endblock %}
for
→ {% for in %} {% endfor %}
Django Samples
There are so many common operations in Django, like creating a new model or a new form.
With the Django Samples VS Code extension, you will save time just by hitting a simple !cmd + Enter.
#django #vscode #django-girls #vs-code-extensions #django-framework