microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
915 stars 133 forks source link

No auto import available but yellow warning diagnostic is shown on symbol #1964

Open mjbvz opened 4 years ago

mjbvz commented 4 years ago

Environment data

Steps to reproduce:

Create a file consisting only of:

sleep(1)

Bug

sleep is underlined in yellow but there are no auto imports available:

Screen Shot 2020-03-24 at 3 23 54 PM

If I add import time, it starts suggesting the import

jakebailey commented 4 years ago

What is your language server version? We recently pushed an update to stable which likely fixed this. microsoft/vscode-python#3977 for manual update instructions.

mjbvz commented 4 years ago

0.5.45.0 (I'm on the daily insiders channel for the extension)