Skip to content

chrishollinworth/vscode-boto3-intellisense

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages