We will discover here three VS Code extensions that will help us code in Django faster and more efficiently.


1. Djaneiro — Django Snippets

VS Code Extension for Django : Djaneiro - Django Code Snippets

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.

Example for Django Templates

Just by writing:

  • csrf → {% csrf_token %}
  • block → {% block %} {% endblock %}
  • for → {% for in %} {% endfor %}
  • ….

Install Django Snippets here.

GitHub link


2. Django Samples

VS Code Extension for Django : Django Samples

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.

Commands you can use

Image for post

Install Django Samples here.

GitHub link

#django #vscode #django-girls #vs-code-extensions #django-framework

3 VS Code Extensions for Faster Web Development in Django
129.10 GEEK