-
Type: Bug
-
Resolution: Duplicate
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Hi, I find out that I can't use autocomplete/intellisense for Motor in VSCode
But other package (ex: pymongo) works well.
Expect Behavior (in jupyter notebook):
Expect Behavior (Like mongo Client):
Actual behavior (no hint, can't get type):
I have update VSCode Setting, but still not working.
```
"python.autoComplete.extraPaths": [
"/home/{user}/anaconda3/envs/{env_name}/lib/python3.7/site-packages/"
]
```
Thanks for you attention.