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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
I expect to see what parameters I need to fill and what will those functions return to me.
Actual behaviour
After I imported numpy in the way import numpy as np, I tried to use some math functions. When I tried to type in np.sin, nothing about sin appeared. I could only see other methods like _sanity_check. This happened to cos and exp. But for matmul, sum, dot, autocompletion and hints sometimes work well. (It seems that after vs intellicode run for a moment, they work well for matmul. At the buttom of how to use is matmul: unknown)
Besides, when I moved the cursor onto np.sin(), it showed sin: unknown
p.s. On another computer which I don't install visual studio intellicode, autocompletion works. But it only tells me sin and matmul are ufunc, which is no use.
Steps to reproduce:
import numpy as np
try to type in np.sin
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)
XXX
Don't know what I need to paste here. There a lot of logs in Console under the Developer Tools
I have tried to uninstall python extension and reinstrall, nothing happen.
I find a solution, using Jedi. But I want to try coding with visual studio intellicode, which needs me to use MS language server
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version vscode-python#3977):"python.jediEnabled": falseExpected behaviour
I expect to see what parameters I need to fill and what will those functions return to me.
Actual behaviour
After I imported numpy in the way
import numpy as np, I tried to use some math functions. When I tried to type innp.sin, nothing about sin appeared. I could only see other methods like_sanity_check. This happened to cos and exp. But for matmul, sum, dot, autocompletion and hints sometimes work well. (It seems that after vs intellicode run for a moment, they work well for matmul. At the buttom ofhow to useismatmul: unknown)Besides, when I moved the cursor onto
np.sin(), it showedsin: unknownp.s. On another computer which I don't install visual studio intellicode, autocompletion works. But it only tells me sin and matmul are ufunc, which is no use.
Steps to reproduce:
import numpy as npnp.sinLogs
Output for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)Output from
Consoleunder theDeveloper Toolspanel (toggle Developer Tools on underHelp; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging)I have tried to uninstall python extension and reinstrall, nothing happen.
I find a solution, using Jedi. But I want to try coding with visual studio intellicode, which needs me to use MS language server