forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
No IntelliSense for collections.deque and parse.SplitResult #2345
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Comments
I can't see import urlparse
urlparse.urlparse(). |
@MikhailArkhipov maybe because of python3.
in python3
|
brettcannon
added
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
needs verification
labels
Aug 9, 2018
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Related #2377 |
Collections and url issues were fixed with typeshed by microsoft/PTVS#4628 |
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
Environment data
use python language server with
"python.jediEnabled": false,
configured.Actual behavior
q
not show any method for dequeparsed_tuple
does not show any suggestion likescheme
,netloc
.The text was updated successfully, but these errors were encountered: