forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
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:
- Create a
~/Desktop/extrasfolder. - Create a file named
foobar.pyin that folder containingdef spam(): pass - Set
python.autoComplete.extraPathsto point to theextrasfolder import foobar; foobar.should havespamin its completion list.
Logs
Output for Python in the Output panel (View→Output, 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
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug