Enables boto3 intellisense using pylance with mypy_boto3_builder
Works with vscode when python or pylance extensions are installed
Logic
- Install dependencies
- Creates and activate a virtualenv
- Generates the stubs, installs them
- Copys stubs into typings folder ready for pyright
Ctrl + Space to trigger a suggestion!
type stubs for pylance/pyright can be regenerated by running
./buildstubs.sh
Tested on ubuntu
Inspired by pyright-boto3-stubs-example