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
We don't support using * for intellisense and there are no plans to support it as it's generally frowned upon in the Python community to use outside of the REPL.
Environment data
VS Code version: 1.18.1
Python Extension version:
Python Version: 3.6.2
OS and version: macOS Sierra 10.12.6
Actual behavior
Intellisense doesn't autocomplete code in the Python file has include line:
from . import *
Expected behavior
Autocomplete should work properly with all variables and functions inside
__init__.py
fileThe text was updated successfully, but these errors were encountered: