An extension pack for Python development in VS Code. Easiest way to install is via the marketplace.
Auto-completion, code analysis, code formatting and debugging.
Rust-based python linter
Support for YAML files.
Provides auto-completion for type hinting.
Language support, autocompletion and syntax checking for Jinja2.
Useful for managing virtual environments
Generates docstrings from your functions automatically(-ish).
Manage Jupyter notebooks
Automatically indents your code while you're writing it.
Visually run and debug your tests instead of running in the termainal.
Auomatic completion helper
Download the vsix-package from Packages to the right in the github repository.
You can also clone the repository into the <user home>/.vscode/extensions
folder and restart VS Code.
- Clone the repository
- Open the folder in VSCode
- Make your changes
- Press F5 to start a new window with the extension pack for testing
The extension pack is a collection of extensions that are useful for Python development.
Contributions are welcome.
Gnu General Public License v3.0 Copyright (c) 2022 [Scheibling]