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

python.autoComplete.extraPaths does not appear to be working #1462

Closed
brettcannon opened this issue Apr 24, 2018 · 1 comment
Closed

python.autoComplete.extraPaths does not appear to be working #1462

brettcannon opened this issue Apr 24, 2018 · 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
Milestone

Comments

@brettcannon
Copy link
Member

Environment data

  • VS Code version: insiders
  • Extension version (available under the Extensions sidebar): master
  • OS and version: Windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): CPython 3.7.0b3
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
  • Relevant/affected Python packages and their versions: N/A

Actual behavior

No auto-complete for a file only found through python.autoComplete.extraPaths

Expected behavior

Auto-complete.

Steps to reproduce:

  1. Create a ~/Desktop/extras folder.
  2. Create a file named foobar.py in that folder containing def spam(): pass
  3. Set python.autoComplete.extraPaths to point to the extras folder
  4. import foobar; foobar. should have spam in its completion list.

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

None

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)

None

@brettcannon brettcannon added bug Issue identified by VS Code Team member as probable bug area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. needs verification labels Apr 24, 2018
@DonJayamanne DonJayamanne added this to the April 2018 milestone Apr 24, 2018
@brettcannon
Copy link
Member Author

Fixed by #1471

@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 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