Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense doesn't autocomplete with from . import * #471

Closed
dzpt opened this issue Dec 21, 2017 · 1 comment
Closed

Intellisense doesn't autocomplete with from . import * #471

dzpt opened this issue Dec 21, 2017 · 1 comment

Comments

@dzpt
Copy link

dzpt commented Dec 21, 2017

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 file

@brettcannon
Copy link
Member

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants