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
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: