Closed KeygenLLC closed 2 years ago
Are you using VS Code? This is the repo for the language server in Visual Studio prior to VS 2022. If you are having issues with VS Code you should report issues at https://github.com/microsoft/pylance-release
Thank you for the report. This project is no longer active. If you are using the Python language server in VSCode, the language server you are using is Pylance and please the http://github.com/microsoft/pylance-release to report issues.
If you are using Visual Studio, then, please use http://github.com/microsoft/PTVS to report issues.
thank you
Environment data
Python interpreter path: /opt/anaconda3/envs/MASTER/bin/python I have set
"python.defaultInterpreterPath": "/opt/anaconda3/envs/MASTER/bin/python3.8"
in settings.json.I also tried:
There is no line that says "Microsoft Python Language Server version X "
python -V
with env active, (displayed on bottom bar of vscode as Python 3.8.9)Expected behaviour
I type
cv2.
and menu should show what is available.Actual behaviour
It shows nothing in the autocomplete menu that relates to opencv. It only recognizes
cv2
.Logs
"python.analysis.logLevel": "Trace" is not working. The Python Test Log is empty and the setting is grayed out in settings.json
Code Snippet / Additional lnformation
this code had no autocomplete: