forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error in analysis of some variables #2834
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
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Comments
Judging from red squiggles this is LS case |
I AM sorry I do not quite understand you could please speak more clearly? |
@benbenji Mikhail is just identifying what component is probably causing the issue. |
ok I have thought It is a solution. |
Closing in favour of microsoft/python-language-server#285 |
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
Uh oh!
There was an error while loading. Please reload this page.
Environment data
Actual behavior
Hello, now I have another question that maybe bother you ,I close jedi and use microsoft python analyze because jedi sometimes can not show the correct definition of some function #2806 When I use Python in vscode to assign some variables, I find that vscode cannot get the types of those variables("pool"):


Moreover, some member functions of the variable can not be complementing later.
But some variable it can:



but for jedi it can found this varible:
Expected behavior
type of variable "pool" can be found correctly whose member function can also complemented.Now I understand that these two engines have their own advantages,but could you please tell me is there any way to combine them or just resolve this type problem? Thank you . Vscode is my favorite partner, and I've learned a lot from you, hopefully this issue will help it improve.
XXX
Steps to reproduce:
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
)The text was updated successfully, but these errors were encountered: