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
Can not show all suggestions for socket, and go to definition will go to the wrong line. #5152
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Comments
@MisLink, thanks for letting us know about this. I've been able to verify the problem you've reported and that it is not a problem when using Jedi. So this appears to be an upstream problem. I'll file an issue upstream. |
ericsnowcurrently
added
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
needs upstream fix
bug
Issue identified by VS Code Team member as probable bug
and removed
triage
labels
Apr 15, 2019
Same as #5132, i.e. extension, not upstream. |
Seems to have been fixed. |
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
using language server.
Expected behaviour
Display all avliable suggestions for
socket
, and go to the right source code.Actual behaviour
Suggestion:
There are all suggestions for package socket.
Go to definition:
I have no idea these behaviors are related or not, they just happened together. If not, I can divide them into two issues.
Steps to reproduce:
example code:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)go to definition:
The text was updated successfully, but these errors were encountered: