DEV Community

Bas Steins
Bas Steins

Posted on • Originally published at bas.codes

Top 10 VSCode Extensions for More Productive Python Development

Python (Microsoft)

The obvious one: Make VSCode speak Python with Microsoft's Python extension

Python Extension

Image description

Python Indent

Make VSCode better at indentation of Python code

Python Indent Extension

Image description

Better Comments

Colorcode your comments

Better Comments Extension

Image description

Python Test Explorer

Run your Python test from the UI

Python Test Explorer Extension

Image description

Python Preview

Visualize and Understand your Python code during debugging

Python Preview Extension

Python Type Hint

Auto-complete type hints in your Python code with this extension.

Python Type Hint Extension

Image description

AREPL for python

AREPL automatically evaluates Python code in real-time as you type

AREPL Extension

autoDocstring

Quickly generate docstrings for Python functions

autoDocstring Extension

Image description

Djaneiro

An extension for #Django developers:

Useful collection of snippets for django templates, models, views, fields & forms

Djaneiro Extension

Top comments (0)