You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides type hint auto-completion for Python, with completion items for built-in types, classes and the typing module.
16
4
17
5
@@ -40,4 +28,18 @@ The extension can found on the [Visual Studio Marketplace](https://marketplace.v
40
28
41
29
* The difference between function and class constructor calls when detecting types is determined by the first letter being upper case (unless the class or function is defined in the currently edited document).
0 commit comments