3 VS Code Extensions for Faster Web Development in Django

Make your coding life easier

Malak Ben Romdhane
Better Programming
Published in
2 min readJul 24, 2020

--

Master Django with these VS Code Extensions for Fast Web Development.
Photo by Blake Connally on Unsplash

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

Install Django Samples here.

GitHub link

3. Copy Django model fields

VS Code Extension for Django : Copy Django model fields
Copy Django model fields

“Copy Django model fields” is another auto-complete and time-saving VS Code extension.

Getting fields from a model to use them in another file is becoming so easy and fast just by copying the model with the “Copy model field” feature to the “Paste model fields” feature.

  1. Select the model.
  2. Click on “Copy model field.”
  3. Go to the file to paste the fields.
  4. Click the paste model fields.

Install “Copy Django model fields” here

GitHub link

I hope these VS Code extensions will help you in your future projects.

I will be happy to know if you are trying these extensions with me.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Malak Ben Romdhane
Malak Ben Romdhane

Written by Malak Ben Romdhane

Web & Mobile developer | addicted to writing.

No responses yet

What are your thoughts?