Skip to content

Autocompletion doesn't function with nested namespace packages #296

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

Closed
xgalaxy opened this issue Nov 27, 2017 · 1 comment
Closed

Autocompletion doesn't function with nested namespace packages #296

xgalaxy opened this issue Nov 27, 2017 · 1 comment
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug

Comments

@xgalaxy
Copy link

xgalaxy commented Nov 27, 2017

Environment data

VS Code version:
Code 1.18.1 (929bacba01ef658b873545e26034d1a8067445e9, 2017-11-16T18:23:26.125Z)

Python Extension version:
0.8.0

Python Version:
Python 2.7.14 :: Anaconda, Inc.

OS and version:
Darwin x64 16.7.0

Actual behavior

The python vs-code extension does not properly follow nested namespaces for autocompletion. There is a similar problem with pylint documented here: pylint-dev/pylint#1686

Switching from pylint to flake8 removes the linting errors but autocomplete still does not function. Any of the google.cloud* packages exhibit the inability to get autocomplete information.

Expected behavior

Autocompletion of the google.cloud.* packages is desirable.

@brettcannon brettcannon added awaiting 1-verification area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug labels Nov 27, 2017
@brettcannon
Copy link
Member

Closing in favour of #231

@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
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants