This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Description
@arthur-sky commented on Sat Dec 08 2018
Environment data
- VS Code version: 1.30.0-insider
- Extension version (available under the Extensions sidebar): 2018.11.0
- OS and version: ubuntu
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.7
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
- Relevant/affected Python packages and their versions: pybullet
Expected behaviour
code hint should work
Actual behaviour
when pybullet is imported, code hint does not work;
Steps to reproduce:
- install the enviroment, config the virtualenv pythonpath
- in a new file, add: import pybullet as pb
- the code hint does not work, even for other package
@brettcannon commented on Mon Dec 10 2018
What do you mean by "code hint"? Do you mean auto-complete/IntelliSense?
@brettcannon commented on Mon Dec 10 2018
And what is in your Output panel?
@arthur-sky commented on Tue Dec 11 2018
@brettcannon
- yes, "code hint" means auto-complete/IntelliSense.
- the code functions well, only without auto-complete while coding.