Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 715 Bytes

vscode-boto3-intellisense

Enables boto3 intellisense using pylance with mypy_boto3_builder

Works with vscode when python or pylance extensions are installed

ms-python.python

Logic

  1. Install dependencies
  2. Creates and activate a virtualenv
  3. Generates the stubs, installs them
  4. Copys stubs into typings folder ready for pyright

Ctrl + Space to trigger a suggestion!

Notes

type stubs for pylance/pyright can be regenerated by running

./buildstubs.sh

Tested on ubuntu

Inspired by pyright-boto3-stubs-example