You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found Pylance when writing python, it is very pretty. However Auto-completion doesn't work as expected, Take an example of numpy, here's Jedi performs
Jedi tells me there is a function called sin(), but Pylance doesn't.
I have below extensions related to python: Pylance, pylint, python.
I found

Pylance
when writing python, it is very pretty. However Auto-completion doesn't work as expected, Take an example ofnumpy
, here'sJedi
performsJedi
tells me there is a function calledsin()
, butPylance
doesn't.I have below extensions related to
python
:Pylance
,pylint
,python
.And I found a similar issue #787 (comment)
The text was updated successfully, but these errors were encountered: