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
Description
Environment data
- VS Code version:1.25.1
- Extension version (available under the Extensions sidebar): python2018.7.1
- OS and version: ubuntu16.04
- Python version (& distribution if applicable, e.g. Anaconda): python3.6.5
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
use python language server with "python.jediEnabled": false, configured.
Actual behavior
import collections
q = collections.deque()
q.
q not show any method for deque
from urllib import parse
parsed_tuple = parse.urlparse("http://www.github.com/aaaa")
parsed_tuple.
parsed_tuple does not show any suggestion like scheme, netloc.
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