Python Development Essentials
Essential extensions for Python development
Included Extensions
- ms-python.python
- ms-python.pylance
- ms-python.debugpy
- charliermarsh.ruff
- ms-toolsai.jupyter
- njpwerner.autodocstring
- njqdev.vscode-python-typehint
Installation
This extension pack works with VS Code and compatible forks (VS Code Insiders, VS Codium, etc).
Search for "Python Development Essentials" in your editor's extensions marketplace.
Or install via CLI:
# VS Code
code --install-extension ih8sirdavi.python-dev-essentials
# VS Code Insiders
code-insiders --install-extension ih8sirdavi.python-dev-essentials
# VS Codium
codium --install-extension ih8sirdavi.python-dev-essentials
# VS Code OSS
code-oss --install-extension ih8sirdavi.python-dev-essentials
| |