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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Name: Python
Id: ms-python.python
Version: 2020.7.96456
Publisher: Microsoft
Language Server Settings
{
"python.languageServer": "Microsoft",
}
Code Example
fromtypesimportSimpleNamespacecolors=SimpleNamespace(red='red', blue='blue')
# this should autocomplete, it doesn't find `red` or `blue` as optionscolors.red
Screenshot
GuillaumeDesforges, DanielPNewman, osjerick, dqalvarez and ttimasdf